Uses
Uses | Description |
---|---|
wp-includes/blocks.php: has_blocks() | Determine whether a post or content string has blocks. |
wp-includes/class-wp-editor.php: wp_editor_settings | Filters the wp_editor() settings. |
wp-includes/general-template.php: user_can_richedit() | Whether the user can access the visual editor. |
wp-includes/functions.php: _deprecated_argument() | Mark a function argument as deprecated and inform when it has been used. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
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. |