wp_kses_named_entities() Callback for `wp_kses_normalize_entities()` regular expression.
wp_kses_xml_named_entities() Callback for `wp_kses_normalize_entities()` regular expression.
wp_kses_normalize_entities2() Callback for `wp_kses_normalize_entities()` regular expression.
wp_kses_normalize_entities3() Callback for `wp_kses_normalize_entities()` for regular expression.
valid_unicode() Determines if a Unicode codepoint is valid.
wp_kses_decode_entities() Converts all numeric HTML entities to their named counterparts.
_wp_kses_decode_entities_chr() Regex callback for `wp_kses_decode_entities()`.
_wp_kses_decode_entities_chr_hexdec() Regex callback for `wp_kses_decode_entities()`.
wp_filter_kses() Sanitize content with allowed HTML KSES rules.
wp_kses_data() Sanitize content with allowed HTML KSES rules.
wp_filter_post_kses() Sanitizes content for allowed HTML tags for post content.
wp_filter_global_styles_post() Sanitizes global styles user content removing unsafe rules.
wp_kses_post() Sanitizes content for allowed HTML tags for post content.
wp_kses_post_deep() Navigates through an array, object, or scalar, and sanitizes content for
wp_filter_nohtml_kses() Strips all HTML from a text string.
kses_init_filters() Adds all KSES input form content filters.
kses_remove_filters() Removes all KSES input form content filters.
kses_init() Sets up most of the KSES filters for input form content.
safecss_filter_attr() Filters an inline style attribute and removes disallowed rules.
_wp_add_global_attributes() Helper function to add global attributes to a tag in the allowed HTML list.
_wp_kses_allow_pdf_objects() Helper function to check if this is a safe PDF URL.
create_initial_post_types() Creates the initial post types when 'init' action is fired.
get_attached_file() Retrieves attached file path based on attachment ID.
update_attached_file() Updates attachment file path based on attachment ID.
_wp_relative_upload_path() Returns relative path to an uploaded file.
get_children() Retrieves all children of the post parent ID.
get_extended() Gets extended entry info (<!--more-->).
get_post() Retrieves post data given a post ID or post object.
get_post_ancestors() Retrieves the IDs of the ancestors of a post.
get_post_field() Retrieves data from a post field based on Post ID.
get_post_mime_type() Retrieves the mime type of an attachment based on the ID.
get_post_status() Retrieves the post status based on the post ID.
get_post_statuses() Retrieves all of the WordPress supported post statuses.
get_page_statuses() Retrieves all of the WordPress support page statuses.
_wp_privacy_statuses() Returns statuses for privacy requests.
register_post_status() Registers a post status. Do not use before init.
get_post_status_object() Retrieves a post status object by name.
get_post_stati() Gets a list of post statuses.
is_post_type_hierarchical() Determines whether the post type is hierarchical.
post_type_exists() Determines whether a post type is registered.
get_post_type() Retrieves the post type of the current post or of a given post.
get_post_type_object() Retrieves a post type object by name.
get_post_types() Gets a list of all registered post type objects.
register_post_type() Registers a post type.
unregister_post_type() Unregisters a post type.
get_post_type_capabilities() Builds an object with all post type capabilities out of a post type object
_post_type_meta_capabilities() Stores or returns a list of post type meta caps for map_meta_cap().
get_post_type_labels() Builds an object with all post type labels out of a post type object.
_get_custom_object_labels() Builds an object with custom-something object (post type, taxonomy) labels
_add_post_type_submenus() Adds submenus for post types.