aioseo_sitemap_date_archives

aioseo_sitemap_date_archives

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('aioseo_sitemap_date_archives') is found 1 times:

  • /app/Common/Sitemap/Content.php line 578
    			$entry['loc'] = get_month_link( $date->year, $date->month );
    			$entries[]    = $entry;
    		}
    
    		return apply_filters( 'aioseo_sitemap_date_archives', $entries );
    	}
    
    	/**
    	 * Returns all entries for the RSS Sitemap.
    	 *
    	 * @since 4.0.0