From ed232769dd0c21456f070702428a8fe273c8d028 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 9 Jan 2024 15:41:36 +0200 Subject: [PATCH] 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. */