jetpack_page_sitemap_other_urls, array(

jetpack_page_sitemap_other_urls, array(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_page_sitemap_other_urls, array(') is found 1 times:

  • /modules/sitemaps/sitemap-builder.php line 691
    			 * @since 6.1.0
    			 *
    			 * @param array $urls An array of other URLs.
    			 */
    			$other_urls = apply_filters( 'jetpack_page_sitemap_other_urls', array() );
    
    			if ( $other_urls ) { // Start with index [1].
    				$other_urls = array_values( $other_urls );
    				array_unshift( $other_urls, $other_urls[0] );
    				unset( $other_urls[0] );
    			}