apply_filters( 'findstr_featured_image_id', $featured_image_id, $post ) → {int}
Filter the featured image ID
Parameters:
Name | Type | Description |
---|---|---|
$featured_image_id |
int | the featured image ID |
$post |
WP_Post | the post object |
- Source:
Returns:
$featured_image_id the featured image ID
- Type
- int