Skip to content

mc_ical_x_published_ttl

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Filter the suggested frequency for iCal subscription sources to be rechecked. Default 1440 (One day in minutes).

Auto-generated Example

add_filter(
   'mc_ical_x_published_ttl',
    function( int $ttl ) {
        // Your code here.
        return $ttl;
    }
);

Parameters

  • int $ttl Refresh interval in minutes.

Returns

int

Files

apply_filters( 'mc_ical_x_published_ttl', 1440 )

← All Hooks

Clone this wiki locally