Filter hook 'wp_get_custom_css'

in WP Core File wp-includes/theme.php at line 2050

Description

Filters the custom CSS output into the head element.

Occurrences

Filename Line Number
wp-includes/theme.php 2050

Parameters

Type Name Description
string $css CSS pulled in from the Custom CSS post type.
string $stylesheet The theme stylesheet name.

PHP Doc

/**
	 * Filters the custom CSS output into the head element.
	 *
	 * @since 4.7.0
	 *
	 * @param string $css        CSS pulled in from the Custom CSS post type.
	 * @param string $stylesheet The theme stylesheet name.
	 */