Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_notification_email_current_user

apply_filters( ‘nelio_content_notification_email_current_user’, boolean $receive_email )

Whether the current user should receive an email or not.

Parameters

$receive_email boolean

(Required) whether the current user should receive an email or not. Default: false.

Source

File: includes/utils/class-nelio-content-notifications.php

Changelog

Changelog
VersionDescription
1.4.2Introduced.