You appear to be a bot. Output may be restricted
Description
Display the table of Tag rescheduling
Usage
_oik_bmt_bmt_table();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-tags.phpLines:
1 to 9 of 9
function _oik_bmt_bmt_table() { $bw_bmts = get_option( "bw_bmts" ); if ( is_array( $bw_bmts) && count( $bw_bmts )) { foreach ( $bw_bmts as $bmt => $data ) { //$bmt = bw_array_get( $bw_bmt, "bmt", null ); _oik_bmt_bmt_row( $bmt, $data ); } } }View on GitHub View on Trac