apply_filters( 'wpt_use_featured_image', $use, $post_ID ) → {bool}
Filter whether a post should use its featured image to post with a status update.
Parameters:
Name | Type | Description |
---|---|---|
$use |
bool | True to use the featured image. |
$post_ID |
int | Post ID. |
- Source:
Returns:
- Type
- bool