Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_sitemaps_stylesheet_content

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
142 XSL;
143
144           /**
145            * Filters the content of the sitemap stylesheet.
146            *
147            * @since 5.5.0
148            *
149            * @param string $xsl_content Full content for the XML stylesheet.
150            */
151           return apply_filters( 'wp_sitemaps_stylesheet_content', $xsl_content );
152      }
153
154      /**
155       * Returns the escaped XSL for the index sitemaps.
156       *
157       * @since 5.5.0
158       */
159      public function get_sitemap_index_stylesheet() {
160           $css         = $this->get_stylesheet_css();