Uses
Uses | Description |
---|---|
wp-includes/comment.php: get_default_comment_status() | Gets the default comment status for a post type. |
wp-admin/includes/post.php: default_content | Filters the default post content initially used in the “Write Post” form. |
wp-admin/includes/post.php: default_title | Filters the default post title initially used in the “Write Post” form. |
wp-admin/includes/post.php: default_excerpt | Filters the default post excerpt initially used in the “Write Post” form. |
wp-includes/cron.php: wp_next_scheduled() | Retrieve the next timestamp for an event. |
wp-includes/cron.php: wp_schedule_event() | Schedules a recurring event. |
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
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/class-wp-post.php: WP_Post::__construct() | Constructor. |
wp-includes/post.php: wp_insert_post() | Insert or update a post. |
wp-includes/post.php: post_type_supports() | Check a post type’s support for a given feature. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post-formats.php: set_post_format() | Assign a format to a post |