Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wordpress Shortcode not working in WP page text edittor

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.

like image 936
sehrish Avatar asked Mar 08 '26 09:03

sehrish


1 Answers

  1. If your Profile Builder shortcodes aren't working on a specific page, then it's likely because Profile Builder has a security feature where the author of the page has to be an administrator for the shortcodes to work. To fix it, change the author of the page to a current administrator and it should start working again.

  2. If that doesn't work, here's a solution provided by @sehrish that used to work:

add_filter('get_the_content', 'wppb_maybe_remove_register_shortcode');
like image 169
Marcin Kowal Avatar answered Mar 09 '26 21:03

Marcin Kowal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!