aioseo_sitemap_archive_entry

aioseo_sitemap_archive_entry

Hook Type: filter
See hook in action

See hook in core

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

apply_filters('aioseo_sitemap_archive_entry') is found 1 times:

  • /app/Common/Sitemap/Content.php line 310
    					'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 );
    	}
    
    

See this hook used in plugins: