aioseo_sitemap_archive_entry, $entry, null, $postType, archive

aioseo_sitemap_archive_entry, $entry, null, $postType, archive

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_archive_entry, $entry, null, $postType, archive') is found 1 times:

  • /app/Common/Sitemap/Content.php line 337
    					'priority'   => aioseo()->sitemap->priority->priority( 'archive' ),
    				];
    
    				// To be consistent with our other entry filters, we need to pass the entry ID as well, but as null in this case.
    				$entries[] = apply_filters( 'aioseo_sitemap_archive_entry', $entry, null, $postType, 'archive' );
    			}
    		}
    
    		return apply_filters( 'aioseo_sitemap_post_archives', $entries );
    	}