wp_sitemaps_stylesheet_css

wp_sitemaps_stylesheet_css

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_sitemaps_stylesheet_css') is found 1 times:

  • /wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php line 315

    Warning: Undefined array key 317 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 318 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 319 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 320 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    311
    312
    313
    314
    315
    316
    317
             * @since 5.5.0
             *
             * @param string $css CSS to be applied to default XSL file.
             */
            return apply_filters( 'wp_sitemaps_stylesheet_css', $css );
        }
    }