| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/themes/hallelujah-child/ |
| Current File : /home/eglisebaa/www/wp-content/themes/hallelujah-child/functions.php |
<?php
/**
* Child-Theme functions and definitions
*/
function hallelujah_child_scripts() {
wp_enqueue_style( 'hallelujah-parent-style', get_template_directory_uri(). '-child/style.css' );
wp_enqueue_style( 'hallelujah-parent-style2', get_template_directory_uri(). '-child/jquery-labelauty.css' );
wp_enqueue_style( 'hallelujah-parent-style3', 'https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css' );
wp_enqueue_script( 'hallelujah-parent-script',get_template_directory_uri(). '-child/search-filter-build.js', array(), '1.0', true );
wp_enqueue_script( 'hallelujah-parent-script',get_template_directory_uri(). '-child/jquery-labelauty.js', array(), '1.0', true );
wp_enqueue_script('hallelujah-parent-script2', get_template_directory_uri(). '-child/jquery.fancybox.min.js', array(), '1.0', true );
wp_enqueue_script('hallelujah-parent-script2', get_template_directory_uri(). '-child/scriptFloirac.js', array(), '1.0', true );
}
add_filter('wp_enqueue_scripts', 'hallelujah_child_scripts');
add_action('wp_enqueue_scripts', 'remove_sf_scripts', 100);
function remove_sf_scripts(){
//wp_deregister_script( 'jquery-ui-datepicker' );
wp_deregister_script( 'search-filter-plugin-build' );
//wp_deregister_script( 'search-filter-chosen-script' );
}
add_action('wp_print_styles', 'remove_sf_styles', 100);
function remove_sf_styles(){
//wp_dequeue_style( 'search-filter-plugin-styles' );
}
?>