thirteen05
9/14/2017 - 4:31 PM

How To Enable Shortcode Inside bloom

How To Enable Shortcode Inside bloom

//Please open bloom.php file and change this code
? stripslashes( html_entity_decode( $details['custom_html'], ENT_QUOTES, 'UTF-8' ) )

//To:
? do_shortcode(stripslashes( html_entity_decode( $details['custom_html'], ENT_QUOTES, 'UTF-8' ) ) )