Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_ics_calendar_hide_{$field}_item_information_field

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

File: public/class-nelio-content-ics-calendar.php

Changelog

Changelog
VersionDescription
2.0.0Introduced.