Table of Contents
Description #
This filter returns the country names for the country input dropdown.
apply_filters('fluent_editor_countries', $country_names);
Usage #
add_filter('fluent_editor_countries', function($country_names){
return $country_names;
});
Parameters #
- $country_names (array) Country Names
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Services/FormBuilder/CountryNames.php