mc_input_defaults - joedolson/my-calendar GitHub Wiki
Auto-generated Example
add_filter(
'mc_input_defaults',
function( array $string_list ) {
// Your code here.
return $string_list;
}
);
Parameters
array$string_list
Files
apply_filters(
'mc_input_defaults',
array(
'event_short' => 'on',
'event_desc' => 'on',
'event_category' => 'on',
'event_image' => 'on',
'event_link' => 'on',
'event_recurs' => 'on',
'event_open' => 'on',
'event_location' => 'on',
'event_access' => 'on',
'event_host' => 'on',
)
)