Package plugins\seo
dynamic_locale | |
htmlmetatags | |
null_seo | Option handler class |
seo_locale | |
sitemap | Plugin option handling class |
zenphoto_seo | Option handler class |
checkFolder | |
cleanAlbum | |
clearSitemapCache | Cleans out the cache folder. |
generateSitemapCacheFile | Generates a sitemap file. |
generateSitemapIndexCacheFile | Generates the sitemap index file that points to the individual sitemaps from the content of the sitemap cache. It is always named "sitemapindex.xml" |
getE | |
getSitemapAlbumList | |
getSitemapAlbums | Places album and all of its album pages on one sitemap |
getSitemapGoogleImageVideoExtras | Helper function to get the image/video extra entries for albums if the Google video extension is enabled |
getSitemapGoogleLoopIndex | Helper function to get the loop index if the Google video extension is enabled |
getSitemapImages | currently this splitts only sitemaps for albums and its images. Spliting the images itself requires a major rework... |
getSitemapIndexLinks | |
getSitemapZenpageNewsArticles | Gets to the Zenpage news articles |
getSitemapZenpageNewsCategories | Gets links to Zenpage news categories incl. pagination |
getSitemapZenpageNewsIndex | Gets links to the main Zenpage news index incl. pagination |
getSitemapZenpagePages | Gets links to all Zenpage pages |
passAlbums | gateway check for albums (no refinement of the criteria) |
passImages | gateway function for images (screens out dynamic albums and password protected albums) |
printLanguageSelector | prints a form for selecting a locale The POST handling is by getUserLocale() called in functions.php |
seo_cleanup_button | |
sitemap_echonl | Simple helper function which simply outputs a string and ends it of with a new-line. |
sitemap_getChangefreq | Checks the changefreq value if entered manually and makes sure it is only one of the supported regarding sitemap.org |
sitemap_getDateformat | Gets the dateformat for images and albums only. |
sitemap_getDBLimit | Gets the limit and offset for the db queries for sitemap splitting. |
sitemap_getISO8601Date | Returns an ISO-8601 compliant date/time string for the given date/time. While PHP5 can use the date format constant DATE_ISO8601, this function is designed to allow PHP4 use as well. Eventually it can be deprecated, by: 1. Replacing parameterless references to this function with date(DATE_ISO8601) 2. Replacing references to this function in sitemap_getDateformat as documented there |