safe_style_css
Like this:
Like Loading...
Appears in:
wordpress-4.0,
wordpress-4.4,
wordpress-4.8,
wordpress-4.9,
wordpress-4.9.4,
wordpress-4.9.5,
wordpress-4.9.6,
wordpress-4.9.7,
wordpress-4.9.8,
wordpress-5.0,
wordpress-5.0.1,
wordpress-5.0.2,
wordpress-5.0.3Hook Type: filter
See hook in action
Displaying hooks found in version: wordpress-5.0.3
apply_filters('safe_style_css') is found 1 times:
- /wp-includes/kses.php line 1796
1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 | * @since 5.0.0 Added support for `background-image`.
*
* @param array $attr List of allowed CSS attributes.
*/
$allowed_attr = apply_filters( 'safe_style_css' , array (
'background' ,
'background-color' ,
'background-image' ,
'border' ,
'border-width' ,
|
Like this:
Like Loading...
See this hook used in plugins: