You appear to be a bot. Output may be restricted
Description
Display the table of existing Category reschedules, with optional timeThis may be extended to include custom taxonomies and categories as well
- which will require the tag or category to be a custom field name ?
Usage
oik_bmc_bmcs();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-categories.phpLines:
1 to 12 of 12
function oik_bmc_bmcs() { p( "" ); bw_form(); stag( "table", "widefat" ); stag( "thead"); bw_tablerow( array( "Category", "Time", "Actions" )); etag( "thead"); _oik_bmc_bmc_table(); etag( "table" ); p( isubmit( "_oik_bmc_add_bmc", "Add category reschedule", null, "button-primary" ) ); etag( "form" ); }View on GitHub View on Trac