wp_sitemaps_init

wp_sitemaps_init

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('wp_sitemaps_init') is found 1 times:

  • /wp-includes/sitemaps.php line 39
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
             * @since 5.5.0
             *
             * @param WP_Sitemaps $wp_sitemaps Sitemaps object.
             */
            do_action( 'wp_sitemaps_init', $wp_sitemaps );
        }
     
        return $wp_sitemaps;
    }
     
    /**