wp_seo_get_bc_ancestors hook not working
-
Hi!
I’m trying to customise the breadcrumb path and saw that the
wp_seo_get_bc_ancestors
but it doesn’t seem to work.// functions.php function breadcrumb_ancestors($arr) { // this does nothing var_dump($arr); } add_filter('wp_seo_get_bc_ancestors', 'breadcrumb_ancestors', 10, 1);
Is there something I might have missed?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp_seo_get_bc_ancestors hook not working’ is closed to new replies.