Search code examples
wordpressbuddypress

Allow shortcode in buddypress profile field


I am using a Wordpress website with the following plugins : - Buddypress - Userpro - Booked Appointment

Now, I would like the user to be able to simply paste a calendar's Shortcode like : [booked-calendar calendar=27] in the "Biography" field of their profile (buddypress / userpro).

However, it doesn't display the calendar from the plugin as it should be even if the field is HTML allowed.

Any suggestion to make these field accept shortcodes ?

Thank you


Solution

  • Buddypress and Userpro are separate but sync. You may have to add some function to buddypress functions.php file to allow shortcodes in the profile field.