Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_validate_boolean() | Filter/validate a variable as a boolean. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/post.php: unstick_post() | Un-stick a post. |
wp-includes/post.php: stick_post() | Make a post sticky. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |