You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// function theme_enqueue_scripts() {
|
|
// // Swiper
|
|
// wp_enqueue_script( 'gp-front-page-materialize', get_template_directory_uri() . '/modules/layout/assets/js/materialize.min.js', array(), null, true );
|
|
// }
|
|
// add_action('wp_enqueue_scripts', 'theme_enqueue_scripts'); |