Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
kapee-extensions
/
inc
/
admin
/
meta-box
/
js
:
notification.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
( function( $, i18n ) { 'use strict'; function dismissNotification() { $( '#meta-box-notification' ).on( 'click', '.notice-dismiss', function( event ) { event.preventDefault(); $.post( ajaxurl, { action: 'mb_dismiss_notification', nonce: i18n.nonce } ); } ); } $( dismissNotification ); } )( jQuery, MBNotification );