apply_filters( 'wp_get_custom_css', string $css, string $stylesheet )

Filters the Custom CSS Output into the .


Description Description


Parameters Parameters

$css

(string) CSS pulled in from the Custom CSS CPT.

$stylesheet

(string) The theme stylesheet name.


Top ↑

Source Source

File: wp-includes/theme.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.