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.
Source
File: includes/rest/class-nelio-content-post-rest-controller.php
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |