zngly / wp-graphql-acf-mutations

WP GraphQl ACF Mutations Plugin
Other
7 stars 1 forks source link

Error when plugin is active #19

Open doreybenjamin opened 7 months ago

doreybenjamin commented 7 months ago

Hi,

thx for the plugin ! i have error when i activate the plugin (probably because i use new plugin for ACF wpgraphql idk) For fix the error you need to change in src config.php

use WPGraphQL\ACF\LocationRules; to use WPGraphQL\Acf\LocationRules\LocationRules;

And after AcfLink make also a problem i have comment this case in the same file.