HEX
Server: Apache
System: Linux ebs-107629 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64
User: shredder (65669)
PHP: 8.3.8
Disabled: link,symlink
Upload Files
File: /home/wwwroot/shredder/wwwroot/wp-content/plugins/wp-table-builder/inc/admin/js/patchs.js
(function () {
	document.onready = function () {
		document.querySelector('.toplevel_page_wptb-overview .wp-submenu .wp-first-item a').href = ajaxurl.substring(0, 17) + '/edit.php?post_type=wptb-tables';
		if (window.location.href.search('wptb-tables') !== -1) {
			document.querySelector('.toplevel_page_wptb-overview .wp-submenu .wp-first-item a').classList.add('current');
		}
	};
})()