From f56520fbadb2b6ed114e4666b7b9c54bb54e585c Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Tue, 4 Dec 2018 22:57:58 -0500 Subject: [PATCH] Add fix for acf symlink realpath issue --- functions.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/functions.php b/functions.php index b69e582..1780917 100644 --- a/functions.php +++ b/functions.php @@ -1,5 +1,14 @@ settings["dir"] = WP_CONTENT_URL."/plugins/advanced-custom-fields/"; + } +} + add_action( 'wp_enqueue_scripts', 'td_theme_styles' ); function td_theme_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );