wpseo_should_index_links, $should_index_links
wpseo_should_index_links, $should_index_links
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_should_index_links, $should_index_links') is found 1 times:
- /src/conditionals/should-index-links-conditional.php line 41
Warning: Undefined array key 43 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 44 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 45 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 46 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* Filter: 'wpseo_should_index_links' - Allows disabling of Yoast's links indexation. * * @param bool $enable To disable the indexation, return false. */ return \apply_filters( 'wpseo_should_index_links', $should_index_links ); } }