stylesheet

stylesheet

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('stylesheet') is found 1 times:

  • /wp-includes/theme.php line 183
    	 * @since 1.5.0
    	 *
    	 * @param string $stylesheet Name of the current stylesheet.
    	 */
    	return apply_filters( 'stylesheet', get_option( 'stylesheet' ) );
    }
    
    /**
     * Retrieves stylesheet directory path for the active theme.
     *
     * @since 1.5.0
    

See this hook used in plugins: