Skip to content

mc_location_post_type_args

github-actions[bot] edited this page Jun 9, 2026 · 5 revisions

Filter post type arguments for My Calendar locations (mc-locations).

Auto-generated Example

add_filter(
   'mc_location_post_type_args',
    function( array $loc_arguments ) {
        // Your code here.
        return $loc_arguments;
    }
);

Parameters

  • array $loc_arguments Post type arguments.

Returns

array

Files

apply_filters( 'mc_location_post_type_args', $loc_arguments )

← All Hooks

Clone this wiki locally