Home / Admin / Disable Shortcode Parsing in All in One SEO
Duplicate Snippet

Embed Snippet on Your Site

Disable Shortcode Parsing in All in One SEO

This filter can be used to prevent AIOSEO from parsing shortcodes.

<10
Code Preview
php
<?php
add_filter( 'aioseo_disable_shortcode_parsing', '__return_true' );

Comments

Add a Comment