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.
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.
Source
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |