Skip to content

Instantly share code, notes, and snippets.

@Lovor01
Created January 17, 2023 20:27
Show Gist options
  • Select an option

  • Save Lovor01/b58f31f96bdccef06a401bcf5acba336 to your computer and use it in GitHub Desktop.

Select an option

Save Lovor01/b58f31f96bdccef06a401bcf5acba336 to your computer and use it in GitHub Desktop.
Add separator in WordPress menu

Add separator in WordPress menu

add_action('admin_menu', function () { global $menu; $menu[44] = ['', 'read', '', '', 'wp-menu-separator']; });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment