apply_filters( ‘nelio_content_calendar_update_post_title’, string $title , int $post_id )
Modifies the title that will be used in the given post.
Parameters
- $title string
(Required) the new post title.
- $post_id int
(Required) the ID of the post we’re updating.