apply_filters( 'findstr_featured_image_id', $featured_image_id int, $post WP_Post )
add_filter( 'findstr_featured_image_id', $featured_image_id int, $post WP_Post )
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