Can’t include within my theme
-
I’m having issues trying to include the plugin within my theme using the code you provided. I did some research and found out that the ‘acf/register_fields’ action has been changed to ‘acf/include_fields’ but I still can’t get it to show up or work with the code below:
add_action('acf/include_fields', 'my_register_fields'); function my_register_fields() { include_once( get_stylesheet_directory() . '/_includes/acf-addons/acf-image-crop/acf-image-crop.php'); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can’t include within my theme’ is closed to new replies.