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.
Description
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.