Cloudflare and XML Sitemap & Google News
Cloudflare may cause the XML Sitemap or Google News sitemap to be cached for a certain time, presenting stale sitemaps to both visitors and search engines crawlers. This can cause unexpected delays in...
View Articlexmlsf_excluded
Filters the response when checking the post for exclusion flags in XML Sitemap context. Passes the post exclusion flag and $post_id; must return true or false. apply_filters( 'xmlsf_excluded', bool[]...
View Articlexmlsf_news_keywords
Filters the news keywords array. Passes the post exclusion flag and $post_id; must return an array. apply_filters( 'xmlsf_news_keywords', array[] $keywords, int[] $post_id ) Used in...
View Articlexmlsf_news_excluded
Filters the response when checking the post for exclusion flags in Google News sitemap context. Passes the post exclusion flag and $post_id; must return true or false. apply_filters(...
View ArticleEasy FancyBox has a new owner!
Easy FancyBox for WordPress and Easy FancyBox Pro have been acquired by Reactr LLC. The developer behind Reactr LLC, Erick Danzer, has been playing an active role in the WordPress community for almost...
View Articlexmlsf_skip_user
Filters the response when checking the author for exclusion flags in XML Sitemap context. Passes the user’s exclusion flag and $user; must return true or false. apply_filters( 'xmlsf_skip_user',...
View Article[Advanced] Keywords for your Google News sitemap
With the Google News Advanced plugin you can add keywords to your news sitemap. A. Configure the plugin: Go to Settings > Google News and open the tab Advanced. Set the option Use keywords from to...
View ArticleConditional tags
The XML Sitemap & Google News plugin adds two conditional checks that can be useful for theme or plugin developers. is_sitemap() Returns true when the current query is for any XML sitemap,...
View Articlexmlsf_entry_url
Filters the entry URL in XML Sitemap context when the sitemaps Server is set to Plugin. apply_filters( 'xmlsf_entry_url', string[] $url , string[] $sitemap, obj[] $object ) Used in...
View Articlexmlsf_index_archive_data
Filters the post type sitemaps in XML Sitemap Index context when the sitemaps Server is set to Plugin. apply_filters( 'xmlsf_index_archive_data', array[] $data , string[] $post_type, string[]...
View Article