Skip to content

mc_countries_filters

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

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

Clone this wiki locally