Vheissu / acf-country-field

A country, city and state field for Advanced Custom Fields v4 & ACF Pro
GNU General Public License v2.0
36 stars 11 forks source link

Update acf-COUNTRY_FIELD-v4.php #17

Open alceumelo opened 7 years ago

alceumelo commented 7 years ago

Fixes Wordpress parse error by moving the add_actions to __construct() method. They must be in the constructor on a class context. (Parse error: syntax error, unexpected 'add_action' (T_STRING), expecting function (T_FUNCTION) in /..../wp-content/plugins/acf-country-field-master/acf-COUNTRY_FIELD-v4.php on line 281)