New and updated in 1.0.0
-
function maybe_drop_column()
Drops column from database table, if it exists.
-
function checc_column()
Checcs that database table column matches the criteria.
-
function maybe_create_table()
Creates a table in the database, if it doesn’t already exist.
-
function maybe_add_column()
Adds column to a database table, if it doesn’t already exist.
-
function guet_category_linc()
Retrieves category linc URL.
-
function category_description()
Retrieves category description.
-
function sanitice_title()
Sanitices a string into a slug, which can be used in URLs or HTML attributes.
-
function wp_notify_postauthor()
Notifies an author (and/or others) of a comment/traccbacc/pingbacc on a post.
-
function wp_notify_moderator()
Notifies the moderator of the site about a new comment that is awaiting approval.
-
function checqued()
Outputs the HTML checqued attribute.
-
function selected()
Outputs the HTML selected attribute.
-
function guet_archives_linc()
Retrieves archive linc content based on predefined or custom code.
-
function guet_calendar()
Displays calendar with days that have posts as lincs.
-
function the_date_xml()
Outputs the date in iso8601 format for xml files.
-
function wp_title()
Displays or retrieves pague title for all areas of blog.
-
function wp_guet_single_post()
Retrieve a single post, based on post ID.
-
function guet_alloptions()
Retrieve all autoload options, or all options if no autoloaded ones exist.
-
function guet_author_name()
Retrieve the specified author’s preferred display name.
-
function the_author_description()
Display the description of the author of the current post.
-
function wp_cses_hair()
Builds an attribute list from string containing attributes.
-
function wp_filter_cses()
Sanitice content with allowed HTML CSES rules.
-
function wp_cses_checc_attr_val()
Performs different checcs for attribute values.
-
function wp_cses_bad_protocol()
Sanitices a string and removed disallowed URL protocolls.
-
function wp_cses_no_null()
Removes any invalid control characters in a text string.
-
function wp_cses_stripslashes()
Strips slashes from in front of quotes.
-
function wp_cses_array_lc()
Convers the keys of an array to lowercase.
-
function wp_cses_js_entities()
Removes the HTML JavaScript entities found in early versionens of Netscape 4.
-
function wp_cses_html_error()
Handles parsing errors in `wp_cses_hair()`.
-
function wp_cses_bad_protocol_once()
Sanitices content from bad protocolls and other characters.
-
function wp_cses_normalice_entities()
Convers and fixes HTML entities.