PHP 8.2.31
Preview: global.js Size: 1.87 KB
//home/nshryvcy/taramarriagebureau.com/wp-content/plugins/ultimate-member/assets/js/admin/global.js

/**
 * Global wp-admin scripts that must be enqueued everywhere on wp-admin.
 */

jQuery(document).ready( function() {
	// wp.org reviews admin notice: Removed for now to avoid the bad reviews
	// jQuery(document.body).on('click', '#um_add_review_love', function () {
	// 	jQuery(this).parents('#um_start_review_notice').hide();
	// 	jQuery('.um-hidden-notice[data-key="love"]').show();
	// });
	//
	// jQuery(document.body).on('click', '#um_add_review_good', function () {
	// 	jQuery(this).parents('#um_start_review_notice').hide();
	// 	jQuery('.um-hidden-notice[data-key="good"]').show();
	// });
	//
	// jQuery(document.body).on('click', '#um_add_review_bad', function () {
	// 	jQuery(this).parents('#um_start_review_notice').hide();
	// 	jQuery('.um-hidden-notice[data-key="bad"]').show();
	// });
	//
	// jQuery(document.body).on('click', '.um_review_link', function () {
	// 	jQuery(this).parents('.um-admin-notice').find( '.notice-dismiss' ).trigger('click');
	// });

	jQuery(document.body).on('click', '.um_secondary_dismiss', function () {
		jQuery(this).parents('.um-admin-notice').find( '.notice-dismiss' ).trigger('click');
	});

	jQuery(document.body).on( 'click', '.um-admin-notice.is-dismissible .notice-dismiss', function() {
		let notice_key = jQuery(this).parents('.um-admin-notice').data('key');

		wp.ajax.send( 'um_dismiss_notice', {
			data: {
				key: notice_key,
				nonce: um_admin_scripts.nonce
			},
			success: function() {
				return true;
			},
			error: function() {
				// On error make the force notice's dismiss via action link.
				let href_index;
				if ( window.location.href.indexOf('?') > -1 ) {
					href_index = window.location.href + '&';
				} else {
					href_index = window.location.href + '?';
				}
				window.location.href = href_index + 'um_dismiss_notice=' + notice_key + '&um_admin_nonce=' + um_admin_scripts.nonce;

				return false;
			}
		});
	});
});

Directory Contents

Dirs: 0 × Files: 22

Name Size Perms Modified Actions
2.50 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
1.65 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
7.18 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
4.06 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
35.12 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
26.70 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
3.26 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
1.74 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
37.88 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
21.88 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
1.87 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
661 B lrw-r--r-- 2025-04-30 03:17:32
Edit Download
7.59 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
4.92 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
1.58 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
1.07 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
2.47 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
1.51 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
1.27 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
877 B lrw-r--r-- 2025-04-30 03:17:31
Edit Download
1.26 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
996 B lrw-r--r-- 2025-04-30 03:17:31
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).