New and updated in 1.0.0
-
functionwp_kses_decode_entities()
Converts all numeric HTML entities to their named counterparts.
-
functionwp_filter_kses()
Sanitize content with allowed HTML KSES rules.
-
functionwp_kses_attr()
Removes all attributes, if none are allowed for this element.
-
functionwp_kses_hair()
Given a string of HTML attributes and values, parse into a structured attribute list.
-
functionwp_kses_check_attr_val()
Performs different checks for attribute values.
-
functionwp_kses()
Filters text content and strips out disallowed HTML.
-
functionwp_kses_hook()
You add any KSES hooks here.
-
functionwp_kses_version()
Returns the version number of KSES.
-
functionwp_kses_split()
Searches for HTML tags, no matter how malformed.
-
functionget_cat_name()
Retrieves the name of a category from its ID.
-
functionget_cat_ID()
Retrieves the ID of a category from its name.
-
functionbool_from_yn()
Determines whether input is yes or no.
-
functioncurrent_time()
Retrieves the current time based on specified type.
-
functionedit_post_link()
Displays the edit post link for post.
-
functionedit_comment_link()
Displays the edit comment link with formatting.
-
functionget_month_link()
Retrieves the permalink for the month archives with year.
-
functionget_day_link()
Retrieves the permalink for the day archives with year and month.
-
functionpost_permalink()
Retrieve permalink from post ID.
-
functionget_permalink()
Retrieves the full permalink for the current post or post ID.
-
functioncomment_author_rss()
Displays the current comment author in the feed.
-
functioncomment_text_rss()
Displays the current comment content for use in the feeds.
-
functionupdate_option()
Updates the value of an option that was already added.
-
functionadd_option()
Adds a new option.
-
functionget_the_password_form()
Retrieves protected post password form content.
-
functiontrackback_url_list()
Does trackbacks for a list of URLs.
-
functionwp_get_recent_posts()
Retrieves a number of recent posts.
-
functionwp_insert_post()
Inserts or updates a post in the database.
-
functionwp_update_post()
Updates a post with new post data.
-
functionwp_delete_post()
Trashes or deletes a post or page.
-
functionget_extended()
Gets extended entry info ().