Uses
Uses | Description |
---|---|
wp-includes/comment.php: get_default_comment_status | Filters the default comment status for the given post type. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: post_type_supports() | Check a post type’s support for a given feature. |