Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Plugin Name 3CX Tweaks
- */
- add_action('wp_head', function(){
- if (!is_user_logged_in()){
- remove_action( 'wp_enqueue_scripts', 'wplc_initiate_js', 11 );
- remove_action( 'wp_enqueue_scripts', 'wplc_initiate_front_js', 11 );
- }
- }, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement