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