crp_clearfix
Filter the clearfix div tag. This is included after the closing tag to clear any miscellaneous floating elements;
Type: filter
Since: 2.0.0
Source: includes/frontend/class-display.php line 253
Changelog
| Version | Description |
|---|---|
2.9.3 |
Added $args |
2.0.0 |
Introduced. |
Parameters
| Type | Name | Description |
|---|---|---|
string |
$clearfix |
Contains: |
array |
$args |
Arguments array. |
Usage
add_filter( 'crp_clearfix', function($clearfix, $args) {
// ...
return $clearfix;
} );