Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/plugin.php: did_action() | Retrieve the number of times an action is fired. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |