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