Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Fix WPBakery Shortcode issue with Autoload Posts */
- function fix_wpbakery_shortcode_in_autoload( $content ) {
- WPBMap::addAllMappedShortcodes();
- return $content;
- }
- add_filter( 'the_content', 'fix_wpbakery_shortcode_in_autoload', 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement