Adding ACF Code Snippets to WordPress doesn't work
In case you want to add ACF Code Snippets to WordPress, and it doesn't work, you will need to wrap your code in:
<?php add_action('plugins_loaded', function() { // Your code here });
In case you want to add ACF Code Snippets to WordPress, and it doesn't work, you will need to wrap your code in:
<?php add_action('plugins_loaded', function() { // Your code here });