Uses
| Uses | Description |
|---|---|
| wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
| wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
| wp-includes/option.php: get_site_transient() | Retrieves the value of a site transient. |