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.
php | |
| <?php
|
| add_filter( 'aioseo_disable_shortcode_parsing', '__return_true' );
|
| |
| |
Comments