Uses
Uses | Description |
---|---|
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/general-template.php: user_can_richedit() | Whether the user can access the visual editor. |
wp-includes/general-template.php: wp_default_editor | Filters which editor should be displayed by default. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_user_setting() | Retrieves user interface setting value based on setting name. |