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