Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created October 31, 2018 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/64de736e92229dcf17191c3d9e2d6726 to your computer and use it in GitHub Desktop.
Save jchristopher/64de736e92229dcf17191c3d9e2d6726 to your computer and use it in GitHub Desktop.
Modify the menu position for OrganizeWP
<?php
add_filter( 'organizewp_menu_position', function( $position ) {
// Return the position you'd like to use.
return 20;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment