wpseo_posts_for_focus_keyword

wpseo_posts_for_focus_keyword

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_posts_for_focus_keyword') is found 1 times:

  • /inc/class-wpseo-meta.php line 1041
    			 * @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;
    	}
    
    	/**