This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Dynamic Post Types in Jetpack Sitemap (MU) | |
Description: Dynamically includes all registered public post types (including ACF types) in the Jetpack XML sitemap. | |
Version: 1.4 | |
Author: ChatGPT | |
REF: https://www.advancedcustomfields.com/resources/post-types-and-taxonomies/#registering-custom-post-types | |
REF: https://developer.jetpack.com/hooks/jetpack_sitemap_post_types/ | |
*/ |