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
.