Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'wp_print_scripts', function() {
- // see if any EDD CSS classes would be added, we know we're on an EDD page then
- $edd_classes = edd_add_body_classes( [] );
- if ( ! is_post_type_archive('download') && ! is_singular( 'download' ) && ! edd_is_checkout() && empty( $edd_classes ) ) {
- wp_dequeue_script( 'edd-jilt' );
- }
- } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement