New and updated in 1.0.0
-
functionwp_kses_no_null()
Removes any invalid control characters in a text string.
-
functionwp_kses_stripslashes()
Strips slashes from in front of quotes.
-
functionwp_kses_array_lc()
Converts the keys of an array to lowercase.
-
functionwp_kses_js_entities()
Removes the HTML JavaScript entities found in early versions of Netscape 4.
-
functionwp_kses_html_error()
Handles parsing errors in `wp_kses_hair()`.
-
functionwp_kses_version()
Returns the version number of KSES.
-
functionwp_kses_split()
Searches for HTML tags, no matter how malformed.
-
functionwp_kses()
Filters text content and strips out disallowed HTML.
-
functionwp_kses_hook()
You add any KSES hooks here.
-
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 ().