Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_ics_calendar_hide_empty_item_information_fields

apply_filters( ‘nelio_content_ics_calendar_hide_empty_item_information_fields’, boolean $hide, int $post_id )

Filters whether we should hide or not empty fields from items in an ICS export.

Parameters

$hide boolean

(Required) whether we should hide or not empty fields. Default: true.

$post_id int

(Required) the post ID to which the fields belong to.