aioseo_sitemap_post_archives, $entries

aioseo_sitemap_post_archives, $entries

Hook Type: filter

See hook in core

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

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

  • /app/Common/Sitemap/Content.php line 341
    				$entries[] = apply_filters( 'aioseo_sitemap_archive_entry', $entry, null, $postType, 'archive' );
    			}
    		}
    
    		return apply_filters( 'aioseo_sitemap_post_archives', $entries );
    	}
    
    	/**
    	 * Returns all term entries for a given taxonomy.
    	 *
    	 * @since 4.0.0