ACF & jetpack_sitemap_post_types
$ cat custom-jetpack-sitemap-20250317.php <?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 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Get all registered public post types for Jetpack sitemap. * *…













