File manager - Edit - /home/aussies6/public_html/seafoodwarehouse.com.au/wp-content/plugins/order-delivery-date/js/dismiss-notice.js
Back
/** * This function allows to dismiss the notices which are shown from the plugin. * * @namespace orddd_notice_dismissible * @since 6.8 */ // Make notices dismissible jQuery(document).ready( function() { /** * Dismiss GDPR notice */ jQuery( '.orddd-privacy-notice').on( 'click', 'button.notice-dismiss', function(){ // since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php var admin_url = jQuery( "#admin_url" ).val(); ajaxurl = admin_url + "admin-ajax.php"; var data = { notice: "orddd-privacy-notice", action: "orddd_dismiss_admin_notices" }; jQuery.post( ajaxurl, data, function( response ) { }); }); });
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings