<?php register_term_group( $name , $args = array( 'nicename' => NULL , 'description' => NULL , 'parents' => array() , 'children' => array() , 'post_type' => array( 'post' ) , 'add_meta_box' => false , 'restrict_meta_box' => false , 'meta_box_context' => 'normal' , 'meta_box_priority' => 'high' , 'meta_box_hook_priority' => 10 , 'show_checktable' => true , 'checktable_cols' => 5 , 'checktable_nicename' => NULL , 'checktable_lock' => false , 'checktable_read_only' => false, 'use_thumbnail' => false , 'checktable_taxonomy' => 'category' , 'checktable_unique' => false , 'hide_checktable_for' => array() , 'hide_in_list_for' => array() , 'show_title' => true , 'show_empty_title' => false , 'error_message_none' => NULL , 'show_new_term' => true , 'show_empty_new_term' => true , 'is_folder' => false , 'template' => NULL , 'custom_fields' => array(), /* array of arrays with props key, nicename, description, form_function, save_function, value_function */ 'tag_function' => NULL , 'tag_function_args' => NULL , 'tag_format' => '%s' , /* separators for terms of the group */ 'tag_sep' => __( ' ' ) , 'tag_last_sep' => __( ' ' ) , /* separators for children of the group */ 'sep' => __( ', ' , 'zyx-term-meta' ) , 'last_sep' => __( ' and ' , 'zyx-term-meta' ) , 'tag_class' => NULL , 'children_before_depth' => array() , 'children_after_depth' => array() ) ); ?>
ZYX Classical Circular Clock
By the Web Warlock, Sunday, 23/May/2010 2:16
The ZYX Classical Circular Clock is a plugin that allows for a widget, template tag and shortcode to display a Flash analog clock, extremely lightweight and configurable.
ZYX Classical Circular Clock: Download
By the Web Warlock, Saturday, 29/May/2010 1:05
Click to download the ZYX Classical Circular Clock 1.0
ZYX Precise Places Plugin
By the Web Warlock, Wednesday, 26/May/2010 0:50
The ZYX Precise Places Plugin is a plugin based in the ZYX Term Meta framework (currently under development) which manages geographical and place-related terms.
ZYX Term Meta
By the Web Warlock, Thursday, 6/May/2010 10:07
The ZYX Term Meta plugin/framework adds a term metadata table and puts it to good use with a zillion features.
zyx_Hixie_flash
By the Web Warlock, Thursday, 27/May/2010 22:38
<?php zyx_Hixie_flash( $src , $width = '100%' , $height = '100%' , $args = NULL , $id = 'flash_movie' ); ?>
zyx_Hixie_flash: Source code
By the Web Warlock, Thursday, 27/May/2010 3:49
Source code of the function zyx_Hixie_flash, located in the file wp-content/plugins/zyx-analog-clock/includes/mark-flash.php of the ZYX Classical Circular Clock plugin.
zyx_join_flashvars
By the Web Warlock, Thursday, 27/May/2010 1:41
<?php zyx_join_flashvars( $args = array( 'foo' => 'foo_value' , 'bar' => 'bar_value' ); ?>