wpseo_typecount_join, , $post_type

wpseo_typecount_join, , $post_type

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

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

  • /inc/sitemaps/class-post-type-sitemap-provider.php line 328
    		 *
    		 * @param string $join      SQL part, defaults to empty string.
    		 * @param string $post_type Post type name.
    		 */
    		$join_filter = apply_filters( 'wpseo_typecount_join', '', $post_type );
    
    		/**
    		 * Filter WHERE query part for type count of post type.
    		 *
    		 * @param string $where     SQL part, defaults to empty string.
    		 * @param string $post_type Post type name.