aioseo_html_sitemap_posts, $entries, $postType

aioseo_html_sitemap_posts, $entries, $postType

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('aioseo_html_sitemap_posts, $entries, $postType') is found 1 times:

  • /app/Common/Sitemap/Html/Frontend.php line 118
     
    			$entries[] = $entry;
    		}
    
    		return apply_filters( 'aioseo_html_sitemap_posts', $entries, $postType );
    	}
    
    	/**
    	 * Returns the terms of a given taxonomy that should be included.
    	 *
    	 * @since 4.1.3