Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_calendar_update_post_title

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

Changelog
VersionDescription
1.0.0Introduced.