locale_stylesheet_uri

locale_stylesheet_uri

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('locale_stylesheet_uri') is found 1 times:

  • /wp-includes/theme.php line 307
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
         *
         * @param string $stylesheet_uri     Localized stylesheet URI.
         * @param string $stylesheet_dir_uri Stylesheet directory URI.
         */
        return apply_filters( 'locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri );
    }
     
    /**
     * Retrieves name of the active theme.
     *
     * @since 1.5.0