Advertisement
CodeDropz

Untitled

Feb 16th, 2023 (edited)
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_action('wp_print_scripts', 'remove_upload_script');
  2.  
  3. function remove_upload_script(){
  4.     if( ! is_page('submit') ){
  5.         wp_dequeue_script('dnd-upload-cf7');
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement