limiting countries array to belgique for commande publicatons papier
This commit is contained in:
parent
e438a0c1d9
commit
61cf884818
|
|
@ -27,7 +27,7 @@ function homegrade_paper_publications_form_limit_countries($form)
|
|||
{
|
||||
|
||||
add_filter('gform_countries', function ($countries) {
|
||||
return array(__("Belgique", "homegrade_theme--texte-fonctionnel"));
|
||||
return array("Belgique" => __("Belgique", "homegrade_theme--texte-fonctionnel"));
|
||||
});
|
||||
|
||||
return $form;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user