diff --git a/functions.php b/functions.php index 58ad342..a30250d 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. */