Search
 
SCRIPT & CODE EXAMPLE
 

PHP

dequeue beaver buillder script wordpress

<?php
add_action( 'wp_enqueue_scripts', function() {
    wp_dequeue_style( 'font-awesome' ); // FontAwesome 4
    wp_enqueue_style( 'font-awesome-5' ); // FontAwesome 5

    wp_dequeue_style( 'jquery-magnificpopup' );
    wp_dequeue_script( 'jquery-magnificpopup' );

    wp_dequeue_script( 'bootstrap' );
    wp_dequeue_script( 'imagesloaded' );
    wp_dequeue_script( 'jquery-fitvids' );
    wp_dequeue_script( 'jquery-throttle' );
    wp_dequeue_script( 'jquery-waypoints' );
}, 9999 );
?>
Comment

PREVIOUS NEXT
Code Example
Php :: what php can do 
Php :: wordpress featured image as a background image 
Php :: get client size in laravel 
Php :: php mysql date format 
Php :: laravel validation types for float 
Php :: wp max revisions 
Php :: for loop php 
Php :: codeigniter db where between 
Php :: codeigniter get num_rows 
Php :: laravel migration change column name 
Php :: previous url laravel 
Php :: custom js css using wordpress hook 
Php :: laravel collection toArray 
Php :: date_default_timezone_set for india in php 
Php :: form validation nullable laravel 
Php :: how get all files name in one folder in laravel 
Php :: create new laravel project with specific version 
Php :: apache not executing php 
Php :: How to check current URL inside @if statement in Laravel 
Php :: magento 2 change customers password 
Php :: php temp directory 
Php :: how add confirmation box in php before deleting 
Php :: xml to object php 
Php :: laravel get all vendor files 
Php :: object to array in php 
Php :: bcrypt laravel 
Php :: doctrine php driver execption 
Php :: laravel json 
Php :: Remove Downloads link from Woocommerce my account page 
Php :: if post id is wordpress php 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =