crp_date
Filter Formatted list item with link and and thumbnail.
Type: filter
Since: 3.2.0
Source: includes/frontend/class-display.php line 887
Parameters
| Type | Name | Description |
|---|---|---|
string |
$output |
Formatted list item with link and and thumbnail |
\WP_Post |
$result |
\WP_Post object. |
array |
$args |
Array of arguments |
Usage
add_filter( 'crp_date', function($output, $result, $args) {
// ...
return $output;
} );