feat
This commit is contained in:
@@ -153,23 +153,23 @@ if ( ! function_exists( 'pro_terapevt_enqueue_scripts' ) ) :
|
||||
/* Pinegrow generated Enqueue Scripts Begin */
|
||||
|
||||
wp_deregister_script( 'pro_terapevt-popper' );
|
||||
wp_enqueue_script( 'pro_terapevt-popper', get_template_directory_uri() . '/assets/js/popper.min.js', [], '1.0.2', true);
|
||||
wp_enqueue_script( 'pro_terapevt-popper', get_template_directory_uri() . '/assets/js/popper.min.js', false, null, true);
|
||||
|
||||
wp_deregister_script( 'pro_terapevt-bootstrap' );
|
||||
wp_enqueue_script( 'pro_terapevt-bootstrap', get_template_directory_uri() . '/bootstrap/js/bootstrap.min.js', [], '1.0.2', true);
|
||||
wp_enqueue_script( 'pro_terapevt-bootstrap', get_template_directory_uri() . '/bootstrap/js/bootstrap.min.js', false, null, true);
|
||||
|
||||
/* Pinegrow generated Enqueue Scripts End */
|
||||
|
||||
/* Pinegrow generated Enqueue Styles Begin */
|
||||
|
||||
wp_deregister_style( 'pro_terapevt-bootstrap' );
|
||||
wp_enqueue_style( 'pro_terapevt-bootstrap', get_template_directory_uri() . '/bootstrap_theme/bootstrap.css', [], '1.0.2', 'all');
|
||||
wp_enqueue_style( 'pro_terapevt-bootstrap', get_template_directory_uri() . '/bootstrap_theme/bootstrap.css', false, null, 'all');
|
||||
|
||||
wp_deregister_style( 'pro_terapevt-blocks' );
|
||||
wp_enqueue_style( 'pro_terapevt-blocks', get_template_directory_uri() . '/blocks.css', [], '1.0.2', 'all');
|
||||
wp_enqueue_style( 'pro_terapevt-blocks', get_template_directory_uri() . '/blocks.css', false, null, 'all');
|
||||
|
||||
wp_deregister_style( 'pro_terapevt-style' );
|
||||
wp_enqueue_style( 'pro_terapevt-style', get_bloginfo('stylesheet_url'), [], '1.0.2', 'all');
|
||||
wp_enqueue_style( 'pro_terapevt-style', get_bloginfo('stylesheet_url'), false, null, 'all');
|
||||
|
||||
/* Pinegrow generated Enqueue Styles End */
|
||||
|
||||
@@ -183,7 +183,7 @@ function pgwp_sanitize_placeholder($input) { return $input; }
|
||||
*/
|
||||
/* Pinegrow generated Include Resources Begin */
|
||||
require_once "inc/custom.php";
|
||||
if( !class_exists( 'PG_Helper_v2' ) ) { require_once "inc/wp_pg_helpers.php"; }
|
||||
require_once "inc/wp_pg_helpers.php";
|
||||
|
||||
/* Pinegrow generated Include Resources End */
|
||||
?>
|
||||
Reference in New Issue
Block a user