Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_notification_auto_subscribe_post_creator

apply_filters( ‘nelio_content_notification_auto_subscribe_post_creator’, boolean $auto_subscribe )

Filters whether the post creator (i.e. the current user) should be added in the post followers list or not.

Parameters

$auto_subscribe boolean

(Required) whether the post creator should be a follower or not. Default: true.

Source

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

Changelog

Changelog
VersionDescription
2.0.0Introduced.