mc_location_access_choices - joedolson/my-calendar GitHub Wiki

Filter choices available for location accessibility services.

Auto-generated Example

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

Parameters

  • array $location_access Array of location choices (numeric keys, string values.)

Returns

array

Files

apply_filters( 'mc_location_access_choices', $location_access )

← All Hooks