apply_filters( "nelio_content_ics_calendar_hide_{$field}_item_information_field", boolean $hide , int $post_id )
Filters whether a certain field should be removed from an ICS export or not.
Description
Parameters
- $hide
(boolean) (Required) whether we should hide or not the given field. Default:
false
.- $post_id
(int) (Required) the post ID to which the fields belong to.