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