Skip to content Skip to navigation
Back to the main support

Run shortcodes to find significant keywords for internal linking suggestions

Hook name
seopress_pro_significant_kw_disable_shortcode
Required version
6.5
//By default, we don't run shortcodes to find significant keywords for internal linking suggestions
add_filter('seopress_pro_significant_kw_disable_shortcode', '__return_true');
//__return_false will run shortcodes, can prevent some page builders to work as expected
add_filter('seopress_pro_significant_kw_disable_shortcode', '__return_false');
How-to use SEOPress hooks