Skip to content

mc_input_defaults

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

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',
		)
	)

← All Hooks

Clone this wiki locally