Uses
Uses | Description |
---|---|
wp-admin/includes/screen.php: meta_box_prefs() | Prints the meta box preferences for screen meta. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/general-template.php: checked() | Outputs the HTML checked attribute. |
wp-includes/plugin.php: has_action() | Check if any action has been registered for a hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/user.php: update_user_meta() | Update user meta field based on user ID. |
wp-includes/user.php: get_user_meta() | Retrieve user meta field for a user. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |