findstr_featured_image_id

  add_filter( 'findstr_featured_image_id', $featured_image_id int, $post WP_Post )

Filter the featured image ID

Parameters

NameTypeDescription
$featured_image_idint

the featured image ID

$postWP_Post

the post object

Returns:

$featured_image_id the featured image ID

Type: 
int