You appear to be a bot. Output may be restricted
Description
Get Menu Access Level
Returns the access level required to access the downloads menu. Currently not changeable, but here for a future update.
Usage
$string = edd_get_menu_access_level();
Parameters
Returns
string
Source
File name: easy-digital-downloads/includes/deprecated-functions.php
Lines:
1 to 7 of 7
function edd_get_menu_access_level() { $backtrace = debug_backtrace(); _edd_deprecated_function( __FUNCTION__, '1.4.4', 'current_user_can(\'manage_shop_settings\')', $backtrace ); return apply_filters( 'edd_menu_access_level', 'manage_options' ); }