Uses
Uses | Description |
---|---|
wp-admin/includes/dashboard.php: dashboard_recent_drafts_query_args | Filters the post query arguments for the ‘Recent Drafts’ dashboard widget. |
wp-admin/includes/template.php: _draft_or_post_title() | Get the post title. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: wp_trim_words() | Trims text to a certain number of words. |
wp-includes/general-template.php: get_the_time() | Retrieve the time at which the post was written. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/link-template.php: get_edit_post_link() | Retrieves the edit post link for post. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/post.php: get_posts() | Retrieves an array of the latest posts, or posts matching the given criteria. |