__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* global wpforms_admin_notices */
/**
* WPForms Dismissible Notices.
*
* @since 1.6.7.1
*/
var WPFormsAdminNotices = window.WPFormsAdminNotices || ( function( document, window, $ ) {
/**
* Public functions and properties.
*
* @since 1.6.7.1
*
* @type {Object}
*/
var app = {
/**
* Start the engine.
*
* @since 1.6.7.1
*/
init() {
$( app.ready );
},
/**
* Document ready.
*
* @since 1.6.7.1
*/
ready() {
app.events();
},
/**
* Dismissible notices events.
*
* @since 1.6.7.1
*/
events() {
$( document ).on(
'click',
'.wpforms-notice .notice-dismiss, .wpforms-notice .wpforms-notice-dismiss',
app.dismissNotice
);
},
/**
* Dismiss notice event handler.
*
* @since 1.6.7.1
*
* @param {Object} e Event object.
*/
dismissNotice( e ) {
const $element = $( e.target );
if ( ! $element.hasClass( 'wpforms-review-out' ) ) {
e.preventDefault();
}
$element.closest( '.wpforms-notice' ).remove();
$.post(
wpforms_admin_notices.ajax_url,
{
action: 'wpforms_notice_dismiss',
nonce: wpforms_admin_notices.nonce,
id: ( $element.closest( '.wpforms-notice' ).attr( 'id' ) || '' ).replace( 'wpforms-notice-', '' ),
}
);
},
};
return app;
}( document, window, jQuery ) );
// Initialize.
WPFormsAdminNotices.init();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| builder | Folder | 0750 |
|
|
| challenge | Folder | 0750 |
|
|
| education | Folder | 0750 |
|
|
| Folder | 0750 |
|
||
| forms | Folder | 0750 |
|
|
| logger | Folder | 0750 |
|
|
| pages | Folder | 0750 |
|
|
| payments | Folder | 0750 |
|
|
| share | Folder | 0750 |
|
|
| splash | Folder | 0750 |
|
|
| admin-editor.js | File | 1.53 KB | 0640 |
|
| admin-editor.min.js | File | 986 B | 0640 |
|
| admin-notifications.js | File | 3.82 KB | 0640 |
|
| admin-notifications.min.js | File | 1.99 KB | 0640 |
|
| admin.js | File | 76.54 KB | 0640 |
|
| admin.min.js | File | 37.79 KB | 0640 |
|
| form-embed-wizard.js | File | 13.94 KB | 0640 |
|
| form-embed-wizard.min.js | File | 7.3 KB | 0640 |
|
| notices.js | File | 1.35 KB | 0640 |
|
| notices.min.js | File | 603 B | 0640 |
|