get_admin_url(), 'saving' => esc_html__( 'Updating your details....', 'hello-wpstream' ), 'saved' => esc_html__( 'The changes were saved', 'hello-wpstream' ), 'notsaved' => esc_html__( 'Something did not not work. Please try again.', 'hello-wpstream' ), 'createchannel' => esc_html__( 'We are creating the channel. The page will refresh after this is done.', 'hello-wpstream' ), ) ); $modificated_ajax_upload_js = gmdate( 'YmdHi', filemtime( WPSTREAM_PLUGIN_PATH . 'hello-wpstream/js/ajax-upload.js' ) ); wp_enqueue_script( 'ajax-upload', WPSTREAM_PLUGIN_DIR_URL . 'hello-wpstream/js/ajax-upload.js', array( 'jquery', 'plupload-handlers', ), $modificated_ajax_upload_js, true ); } } }