Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: locale_stylesheet_uri

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
288      }
289      /**
290       * Filters the localized stylesheet URI.
291       *
292       * @since 2.1.0
293       *
294       * @param string $stylesheet_uri     Localized stylesheet URI.
295       * @param string $stylesheet_dir_uri Stylesheet directory URI.
296       */
297      return apply_filters( 'locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri );
298 }
299
300 /**
301  * Retrieves name of the current theme.
302  *
303  * @since 1.5.0
304  *
305  * @return string Template name.
306  */