apply_filters( 'RCB/Blocker/InlineStyle/Extract', $extract, $style, $attributes ) → {boolean}
Determine, if the current inline style should be split into two inline styles. One inline style with only CSS rules without blocked URLs and the second one with only CSS rules with blocked URLs.
Parameters:
Name | Type | Description |
---|---|---|
$extract |
boolean | |
$style |
string | |
$attributes |
array |
- Since:
- 1.13.2
Returns:
- Type
- boolean