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