From ed232769dd0c21456f070702428a8fe273c8d028 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 9 Jan 2024 15:41:36 +0200 Subject: [PATCH 1/2] Update functions.php --- functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions.php b/functions.php index 58ad342..6df4196 100644 --- a/functions.php +++ b/functions.php @@ -128,6 +128,9 @@ function quickwp_block_styles() { add_action( 'init', 'quickwp_block_styles' ); + +define( 'QuickWP_URL', trailingslashit( get_template_directory_uri() ) ); + /** * Enqueue block stylesheets. */ From eb14a8a7d1d0832908b7875c0d0fe3f2e8edd1b6 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 9 Jan 2024 15:50:47 +0200 Subject: [PATCH 2/2] Update functions.php --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 6df4196..a30250d 100644 --- a/functions.php +++ b/functions.php @@ -129,7 +129,7 @@ function quickwp_block_styles() { add_action( 'init', 'quickwp_block_styles' ); -define( 'QuickWP_URL', trailingslashit( get_template_directory_uri() ) ); +define( 'QUICKWP_URL', trailingslashit( get_template_directory_uri() ) ); /** * Enqueue block stylesheets.