You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: