HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RImmers2/robertimmers.nl/wwwroot/wp-content/themes/Divi/js/menu_fix.js
(function($){
	$( document ).ready( function() {
		var $menu_item = $( '#toplevel_page_et_divi_options' );

		if ( $menu_item.length ) {
			var $first_menu_item = $menu_item.find( '.wp-first-item' );

			if ( 'Divi' === $first_menu_item.find( 'a' ).text() ) {
				$first_menu_item.remove();
			}
		}
	});
})(jQuery);