Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/class-wp-query.php: WP_Query::__construct() | Constructor. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: mysql2date() | Convert given MySQL date string into a different format. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: get_the_title() | Retrieve post title. |
wp-includes/post.php: get_post_types() | Get a list of all registered post type objects. |
wp-includes/class-wp-editor.php: wp_link_query_args | Filters the link query arguments. |
wp-includes/class-wp-editor.php: wp_link_query | Filters the link query results. |