Skip to main content
Easy Digital Downloads Documentation
Documentation, Reference Materials, and Tutorials for Easy Digital Downloads

EDD_MENU_POSITION

This constant lets you change the menu position of the download post type in the WordPress dashboard menu.

The default position is 15, but if you want to change it, place this in your functions.php or any custom plugin:

define('EDD_MENU_POSITION', 25);

25 is the new position of the menu. Any valid number from this page can be used.

Note: this constant has been removed from v1.0.8.5 and later. The issue does not exist past 1.0.8.4, so this constant is not needed.