wpseo_posts_where, false, $post_type

wpseo_posts_where, false, $post_type

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_posts_where, false, $post_type') is found 1 times:

  • /inc/sitemaps/class-post-type-sitemap-provider.php line 531
    				 *
    				 * @param string $where     SQL part, defaults to false.
    				 * @param string $post_type Post type name.
    				 */
    				'where' => apply_filters( 'wpseo_posts_where', false, $post_type ),
    			];
    		}
    
    		$join_filter  = $filters[ $post_type ]['join'];
    		$where_filter = $filters[ $post_type ]['where'];
    		$where        = $this->get_sql_where_clause( $post_type );