Support

Account

Home Forums ACF PRO Date Time Picker Reply To: Date Time Picker

  • Hey John!

    I found the answer on another support thread here:

    New Datetime Fields

    add_action( 'admin_enqueue_scripts', 'slimline_remove_divi_date_scripts', 100 );
    
    function slimline_remove_divi_date_scripts() {
    
    	wp_deregister_script( 'et_pb_admin_date_addon_js' );
    
    	wp_deregister_script( 'et_pb_admin_date_js' );
    }
    

    Thanks for your help!

    Best,
    Justin