Hooks
nelio_content_missed_schedule_handler_run_frequency
Filters the running frequency of the missed schedule handler.
nelio_content_notification_ignored_statuses
Filters the status that shouldn’t trigger a notification email.
nelio_content_notification_editorial_comment
Kill switch for comment creation notification.
nelio_content_notification_editorial_task
Kill switch for task update notification.
nelio_content_notification_send_email_recipients
Filters the recipients of the email.
nelio_content_notification_send_email_subject
Filters the subject of the email.
nelio_content_notification_send_email_message
Filters the message of the email.
nelio_content_notification_send_email_message_headers
Filters the headers of the email.
nelio_content_notification_email_current_user
Whether the current user should receive an email or not.
nelio_content_installed
Fires once the plugin has been installed.
nelio_content_notification_auto_subscribe_post_creator
Filters whether the post creator (i.e. the current user) should be added in the post followers list or not.
nelio_content_notification_auto_subscribe_post_author
Filters whether the post author should be added in the post followers list or not.
nelio_content_save_post
This action is triggered after a post is saved so that we can notify its followers.
nelio_content_notify_post_followers
This action is triggered after a post is saved so that we can notify its followers.
nelio_content_updated
Fires once the plugin has been updated.
nelio_content_warn_when_profile_reauth_is_required
Whether Nelio Content should warn users when there are profiles that need to be reauthenticated.
nelio_content_use_nelio_proxy
Whether the plugin should use Nelio’s proxy instead of accessing AWS directly.
nelio_content_staging_urls
List of URLs (or keywords) used to identify a staging site.
nelio_content_use_editorial_calendar_only
Filters whether the user is only interested in using the editorial calendar.
nelio_content_can_user_manage_account
Filters whether the user can manage the account or not.
nelio_content_can_user_manage_plugin
Filters whether the current user can or can’t manage the plugin.
nelio_content_revoke_plugin_access_to_user
Short-circuits the user’s ability to use the plugin.
nelio_content_posts_to_reshare
Filters the post IDs that will be reshared.
nelio_content_calendar_create_post_title
Modifies the title that will be used in the given post.
nelio_content_calendar_update_post_title
Modifies the title that will be used in the given post.
nelio_content_site_created
Fires once the site has been registered in Nelio’s cloud.
nelio_content_internal_events
Filters the internal events to show in the calendar.
nelio_content_request_timeout
The file that includes installation-related functions and actions.
nelio_content_after_create_editorial_comment
It runs when an editorial comment has been created.
nelio_content_after_create_editorial_task
It runs when an editorial task has been created.
nelio_content_after_update_editorial_task
It runs when an editorial task has been updated.
nelio_content_get_priority_authors
Returns a list of author IDs.
nelio_content_analytics_post_paths
Modifies the list of paths in which we can find a given post.
nelio_content_register_post_types
This action fires right before registering the “Reference” and “Reference Author” post types.
nelio_content_register_reference_post_type
Filters the args of the nc_reference post type.
nelio_content_post_permalink
Filters the permalink that will be used when sharing the post on social media.
nelio_content_url_attributes_in_image_tag
HTML attributes that might contain the actual URL in an image tag.
nelio_content_supported_post_metas
List of supported custom fields of a post.
nelio_content_custom_placeholders
List of supported custom placeholders of a post.
nelio_content_default_automation_sources
Filters default automation sources values.
nelio_content_{$network}_featured_image
Sets the exact image that should be used when sharing the post on a certain network.
nelio_content_post_permalink_on_network
Filters the permalink used in a certain network.
nelio_content_post_author_name
Filters the post’s author name.
nelio_content_post_title
Modifies the title of the post.
nelio_content_post_excerpt
Modifies the excerpt of the post.
nelio_content_non_reference_domains
List of domain names that shouldn’t be considered as external references.
nelio_content_{$tab_name}_settings
Filters the sections and fields of the given tab.
nelio_content_available_post_types_setting
Filters the list of post types that can be selected in the settings screen by a user to be compatible with our plugin.
nelio_content_post_statuses
Filters the available post statuses for a given post type.
nelio_content_can_use_post_status
Filters whether current user can set this status or not.
nelio_content_first_day_of_week_in_calendar
Filters the first day of the week in the calendar view.
nelio_content_is_multi_author
Short-circuits the check to determine if site is multi author or not.
nelio_content_social_editor_permission
Filters the required permission for the user to be able to edit social messages.
nelio_content_task_editor_permission
Filters the required permission for the user to be able to edit tasks.
nelio_content_calendar_time_format
Time format to use in the calendar.
nelio_content_simplify_calendar_time_format
Whether the plugin should remove “:00” and the “m” in “am/pm” when displaying times in the calendar. It also all spaces.
nelio_content_number_of_non_collapsable_messages_in_calendar
Filters the number of messages that can’t never be collapsed in any given day in the Editorial Calendar.
nelio_content_is_quality_analysis_fully_integrated
Returns whether the quality analysis should be fully integrated with WordPress or not, using default sidebars and metaboxes.
nelio_content_is_yoast_integrated_in_quality_analysis
Whether Yoast should be integrated with Nelio Content’s quality analysis or not.
nelio_content_meta_tag
Filters the given meta tag. If `false`, the tag won’t be printed.
nelio_content_{$key}_meta_tag
Filters the given meta tag. If `false`, the tag won’t be printed.
nelio_content_ics_calendar_subscription_start_date
Filters the date of the first day of the current week.
nelio_content_ics_calendar_total_weeks
Filters the number of weeks that should be shared in an ICS export.
nelio_content_ics_calendar_posts_query_args
Filters the arguments to retrieve the posts that should be shared in an ICS export.
nelio_content_ics_calendar_item_information_fields
Filters the fields of an item.
nelio_content_ics_calendar_hide_empty_item_information_fields
Filters whether we should hide or not empty fields from items in an ICS export.
nelio_content_ics_calendar_hide_{$field}_item_information_field
Filters whether a certain field should be removed from an ICS export or not.