Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: esc_attr_x() | Translate string with gettext context, and escapes it for safe use in an attribute. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/link-template.php: site_url() | Retrieves the URL for the current site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: the_password_form | Filters the HTML output for the protected post password form. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |