aioseo_sitemap_date_entry

aioseo_sitemap_date_entry

Hook Type: filter
See hook in action

See hook in core

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

apply_filters('aioseo_sitemap_date_entry') is found 2 times:

  • /app/Common/Sitemap/Content.php line 661
    					'lastmod'    => aioseo()->helpers->dateTimeToIso8601( $yearMaxLastmod[ $date->year ] ),
    					'changefreq' => $changefreq,
    					'priority'   => $priority,
    				];
    				$entries[] = apply_filters( 'aioseo_sitemap_date_entry', $yearEntry, $date, 'year', 'date' );
    			}
    
    			$monthEntry = [
    				'loc'        => get_month_link( $date->year, $date->month ),
    				'lastmod'    => aioseo()->helpers->dateTimeToIso8601( $this->getLastModified( $date ) ),
    				'changefreq' => $changefreq,
    
  • /app/Common/Sitemap/Content.php line 670
    				'lastmod'    => aioseo()->helpers->dateTimeToIso8601( $this->getLastModified( $date ) ),
    				'changefreq' => $changefreq,
    				'priority'   => $priority,
    			];
    			$entries[] = apply_filters( 'aioseo_sitemap_date_entry', $monthEntry, $date, 'month', 'date' );
    		}
    
    		return apply_filters( 'aioseo_sitemap_date_archives', $entries );
    	}
    
    	/**
    

See this hook used in plugins: