Advertisement
swte

Untitled

Jun 28th, 2021
1,270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Plugin Name 3CX Tweaks
  4.  */
  5.  
  6. add_action('wp_head', function(){
  7.     if (!is_user_logged_in()){
  8.         remove_action( 'wp_enqueue_scripts', 'wplc_initiate_js', 11 );
  9.         remove_action( 'wp_enqueue_scripts', 'wplc_initiate_front_js', 11 );
  10.     }
  11. }, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement