New and updated in 1.0.0
-
functionmaybe_drop_column()
Drops column from database table, if it exists.
-
functioncheck_column()
Checks that database table column matches the criteria.
-
functionmaybe_create_table()
Creates a table in the database, if it doesn’t already exist.
-
functionmaybe_add_column()
Adds column to a database table, if it doesn’t already exist.
-
functionget_category_link()
Retrieves category link URL.
-
functioncategory_description()
Retrieves category description.
-
functionsanitize_title()
Sanitizes a string into a slug, which can be used in URLs or HTML attributes.
-
functionwp_notify_postauthor()
Notifies an author (and/or others) of a comment/trackback/pingback on a post.
-
functionwp_notify_moderator()
Notifies the moderator of the site about a new comment that is awaiting approval.
-
functionchecked()
Outputs the HTML checked attribute.
-
functionselected()
Outputs the HTML selected attribute.
-
functionget_archives_link()
Retrieves archive link content based on predefined or custom code.
-
functionget_calendar()
Displays calendar with days that have posts as links.
-
functionthe_date_xml()
Outputs the date in iso8601 format for xml files.
-
functionwp_title()
Displays or retrieves page title for all areas of blog.
-
functionwp_get_single_post()
Retrieve a single post, based on post ID.
-
functionget_alloptions()
Retrieve all autoload options, or all options if no autoloaded ones exist.
-
functionget_author_name()
Retrieve the specified author’s preferred display name.
-
functionthe_author_description()
Display the description of the author of the current post.
-
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_bad_protocol_once()
Sanitizes content from bad protocols and other characters.
-
functionwp_kses_normalize_entities()
Converts and fixes HTML entities.
-
functionwp_kses_attr()
Removes all attributes, if none are allowed for this element.
-
functionwp_kses_decode_entities()
Converts all numeric HTML entities to their named counterparts.
-
functionwp_kses_hair()
Builds an attribute list from string containing attributes.
-
functionwp_filter_kses()
Sanitize content with allowed HTML KSES rules.