New and updated in 0.71
-
functiontrackback_response()
Response to a trackback.
-
functiondropdown_categories()
Legacy function used to generate the categories checklist control.
-
functiontouch_time()
Prints out HTML form date elements for editing post or comment publish date.
-
functionstartElement()
Starts a new XML tag.
-
functionendElement()
Ends a new XML tag.
-
functionget_the_category()
Retrieves post categories.
-
functionget_the_category_by_ID()
Retrieves category name based on category ID.
-
functionthe_category()
Displays category list for a post in either HTML list or custom format.
-
functionpopuplinks()
Adds element attributes to open links in new tabs.
-
functionbackslashit()
Adds backslashes before letters and before a number at the start of a string.
-
functionaddslashes_gpc()
Adds slashes to a string or recursively adds slashes to strings within an array.
-
functionantispambot()
Converts email addresses characters to HTML entities to block spam bots.
-
functionmake_clickable()
Converts plaintext URI to HTML links.
-
functionconvert_smilies()
Converts text equivalent of smilies to images.
-
functionis_email()
Verifies that an email is valid.
-
functionconvert_chars()
Converts lone & characters into `&` (a.k.a. `&`)
-
functionbalanceTags()
Balances tags if forced to, or if the ‘use_balanceTags’ option is set to true.
-
functionformat_to_edit()
Acts on text which is about to be edited.
-
functionzeroise()
Add leading zeros when necessary.
-
functionwpautop()
Replaces double line breaks with paragraph elements.
-
functionwptexturize()
Replaces common plain text characters with formatted entities.
-
functionget_currentuserinfo()
Populate global variables with information about the currently logged in user.
-
functionget_userdata()
Retrieves user info by user ID.
-
hookthe_weekday_date
Filters the localized date on which the post was written, for display.
-
functionthe_time()
Displays the time at which the post was written.
-
hookthe_time
Filters the time a post was written for display.
-
functionthe_weekday()
Displays the weekday on which the post was written.
-
hookthe_weekday
Filters the weekday on which the post was written, for display.
-
functionthe_weekday_date()
Displays the weekday on which the post was written.
-
functionthe_date()
Displays or retrieves the date the current post was written (once per date)