jetpack_sitemap_url_home, $item_array

jetpack_sitemap_url_home, $item_array

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sitemap_url_home, $item_array') is found 1 times:

  • /modules/sitemaps/sitemap-builder.php line 647
    			 * @since 3.9.0
    			 *
    			 * @param array $blog_home Data to build parent and children nodes for site home.
    			 */
    			$item_array = apply_filters( 'jetpack_sitemap_url_home', $item_array );
    
    			$buffer->append( $item_array );
    		}
    
    		// Add as many items to the buffer as possible.
    		while ( $last_post_id >= 0 && false === $buffer->is_full() ) {