Functions
-
functionedit_post_link()
Displays the edit post link for post.
-
functionedit_tag_link()
Displays or retrieves the edit link for a tag with formatting.
-
functionedit_term_link()
Displays or retrieves the edit term link with formatting.
-
functionedit_user()
Edit user settings based on contents of $_POST
-
functionemail_exists()
Determines whether the given email exists.
-
functionendElement()
Ends a new XML tag.
-
functionenqueue_block_styles_assets()
Function responsible for enqueuing the styles required for block styles functionality on the editor and on the frontend.
-
functionenqueue_comment_hotkeys_js()
Enqueues comment shortcuts jQuery script.
-
Function responsible for enqueuing the assets required for block styles functionality on the editor.
-
functionent2ncr()
Converts named entities into numbered entities.
-
functionesc_attr()
Escaping for HTML attributes.
-
functionesc_attr_e()
Displays translated text that has been escaped for safe use in an attribute.
-
functionesc_attr_x()
Translates string with gettext context, and escapes it for safe use in an attribute.
-
functionesc_attr__()
Retrieves the translation of $text and escapes it for safe use in an attribute.
-
functionesc_html()
Escaping for HTML blocks.
-
functionesc_html_e()
Displays translated text that has been escaped for safe use in HTML output.
-
functionesc_html_x()
Translates string with gettext context, and escapes it for safe use in HTML output.
-
functionesc_html__()
Retrieves the translation of $text and escapes it for safe use in HTML output.
-
functionesc_js()
Escapes single quotes, `”`, “, `&`, and fixes line endings.
-
functionesc_sql()
Escapes data for use in a MySQL query.
-
functionesc_textarea()
Escaping for textarea values.
-
functionesc_url()
Checks and cleans a URL.
-
functionesc_url_raw()
Sanitizes a URL for database or redirect usage.
-
functionesc_xml()
Escaping for XML blocks.
-
functionexcerpt_remove_blocks()
Parses blocks out of a content string, and renders those appropriate for the excerpt.
-
functionexcerpt_remove_footnotes()
Parses footnotes markup out of a content string, and renders those appropriate for the excerpt.
-
functionexport_add_js()
Display JavaScript on the page.
-
functionexport_date_options()
Creates the date options fields for exporting a given post type.
-
functionexport_wp()
Generates the WXR export file for download.