wpseo_posts_for_focus_keyword

wpseo_posts_for_focus_keyword

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_posts_for_focus_keyword') is found 1 times:

  • /inc/class-wpseo-meta.php line 997
    0993
    0994
    0995
    0996
    0997
    0998
    0999
    1000
    1001
    1002
    1003
             * @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;
    }
     
    /**