Skip to content

Commit

Permalink
Merge pull request #15 from Codeinwp/register-QuickWP_URL
Browse files Browse the repository at this point in the history
Update functions.php
  • Loading branch information
JohnPixle authored Jan 10, 2024
2 parents be82a93 + eb14a8a commit a26f3c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit a26f3c7

Please sign in to comment.