Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_save_post

do_action( ‘nelio_content_save_post’, int $post_id, boolean $creating )

This action is triggered after a post is saved so that we can notify its followers.

Parameters

$post_id int

(Required) the post we’ve just saved.

$creating boolean

(Required) true when creating a post, false when updating.

Source

File: includes/utils/class-nelio-content-post-saving.php

Changelog

Changelog
VersionDescription
2.0.0Introduced.