aioseo_disable_shortcode_parsing

aioseo_disable_shortcode_parsing

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.5.9.2

apply_filters('aioseo_disable_shortcode_parsing') is found 1 times:

  • /app/Common/Traits/Helpers/Shortcodes.php line 61
    			return $content;
    		}
    
    		if ( ! wp_doing_cron() && ! wp_doing_ajax() ) {
    			if ( ! $override && apply_filters( 'aioseo_disable_shortcode_parsing', false ) ) {
    				return $content;
    			}
    
    			if ( ! $override && ! aioseo()->options->searchAppearance->advanced->runShortcodes ) {
    				return $this->doAllowedShortcodes( $content, $postId );
    			}