I am using the wordpress profilebuilder plugin …when i place the shortcodes in wordpress content area ” [wppb-register] “it doesnot include the code .its only showing the text of shortcode.Anyone can help me in resolving problem ..i shall be greatly thankful.
Leave a Reply
You must be logged in to post a comment.
Use Theme My Login Plugin instead of WPPB Plugin :
https://wordpress.org/plugins/theme-my-login/
I can confirm that problem still exists in Profile Builder 3.2.8
For me the solution provided by @sehrish worked:
add_filter( 'get_the_content', 'wppb_maybe_remove_register_shortcode' );