wpseo_posts_join, false, $post_type
wpseo_posts_join, false, $post_type
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_posts_join, false, $post_type') is found 1 times:
- /inc/sitemaps/class-post-type-sitemap-provider.php line 523
* * @param string $join SQL part, defaults to false. * @param string $post_type Post type name. */ 'join' => apply_filters( 'wpseo_posts_join', false, $post_type ), /** * Filter WHERE query part for the post type. * * @param string $where SQL part, defaults to false. * @param string $post_type Post type name.