Reference and descriptions for the WordPress® functions, template tags, class methods and shortcodes. Click on one command to see its full reference and all related data available.
Command reference
add_post_type_support. This function adds support of certain features for a given post type(s). This means that a given area (or areas) of the edit screen will be available. It is recommended that it is attached to the init action hook. —
[analog_clock]. This shortcode displays the Analog Clock with the specified hour, minute and other parameters. —
get_all_meta_children. Returns an array of term_ids with all the children of given term (both by core and by metadata). —
get_term_custom. Returns all the metadata key-value pairs for a given term_id. Optionally, queries the database for the specified key. —
get_term_meta. Returns the term metadata for the specified term_id and key. —
get_term_meta_from_cache. Retrieves the specified term metadata from cache. Initializes the cache for that term metadata if it is not set yet. —
get_theme_mod. Retrieves a value modification for the current theme, or returns the default if the mod is not found. —
init_term_meta_cache. Function to initialize the cache of the term meta. Hooked to the plugins_loaded hook. —
register_post_type. Adds the description of a custom post type to the global definitions array. Should not be used before the init hook. —
register_term_group. Adds a term group to the global list. —
show_term_meta_form. Displays the term metadata edit form. —
the_clocked_time. A template tag that echoes a Flash clock with the indicated time. Useful to display the time of a post in a stylish way. —
zyx_Hixie_flash. This function embeds a Flash file with the Hixie method. —
zyx_join_flashvars. A quick function to join an array to a FlashVars parameter (or any other URL-style). Mostly created to have a filter hook. —