wpseo_posts_for_focus_keyword, $post_ids, $keyword, $post_id
wpseo_posts_for_focus_keyword, $post_ids, $keyword, $post_id
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_posts_for_focus_keyword, $post_ids, $keyword, $post_id') is found 1 times:
- /inc/class-wpseo-meta.php line 1038
* @param array $post_ids The array of posts' ids that share their related keywords with the post. * @param string $keyword The keyword to search for. * @param int $post_id The id of the post the keyword is associated to. */ $post_ids = apply_filters( 'wpseo_posts_for_focus_keyword', $post_ids, $keyword, $post_id ); } return $post_ids; } /**