Notice: There is no legacy documentation available for this item, so you are seeing the current documentation.
Purpose
This filter can be used to prevent AIOSEO from parsing shortcodes.
Arguments (1)
- $disabled (boolean) – Whether AIOSEO should not parse shortcodes. Defaults to false.
Example code snippet
add_filter( 'aioseo_disable_shortcode_parsing', '__return_true' );