Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
/* Boosturs Home assets */ add_action('wp_enqueue_scripts', function () { $theme = get_stylesheet_directory_uri(); $ver = '1.0.0'; if (is_front_page()) { wp_enqueue_style('boosturs-home', $theme . '/assets/css/home.css', [], $ver); wp_enqueue_script('boosturs-home', $theme . '/assets/js/home.js', [], $ver, true); } });
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.