stylesheet_directory

stylesheet_directory

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('stylesheet_directory') is found 1 times:

  • /wp-includes/theme.php line 215
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
         * @param string $stylesheet_dir Absolute path to the active theme.
         * @param string $stylesheet     Directory name of the active theme.
         * @param string $theme_root     Absolute path to themes directory.
         */
        return apply_filters( 'stylesheet_directory', $stylesheet_dir, $stylesheet, $theme_root );
    }
     
    /**
     * Retrieves stylesheet directory URI for the active theme.
     *
     * @since 1.5.0

See this hook used in plugins: