mc_countries_filters - joedolson/my-calendar GitHub Wiki

Filter the country list before returning.

Auto-generated Example

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

Parameters

  • array $countries countries array for filtering.

Files

apply_filters( 'mc_countries_filters', $countries )

← All Hooks