apply_filters( “nelio_content_{$network}_featured_image”, boolean|string $image , int $post_id )
Sets the exact image that should be used when sharing the post on a certain network.
Parameters
- $image boolean|string
(Required) The image that should be used. Default:
false
(i.e. “none”).- $post_id int
(Required) The post that’s about to be shared.