You appear to be a bot. Output may be restricted
Description
Implement a select all check boxThis code reproduces that found in other wp-admin pages There is no need to enqueue common.js
Usage
_oikbm_icheckselectall();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove.phpLines:
1 to 5 of 5
function _oikbm_icheckselectall( ) { static $cb_counter = 0; $cb_counter++; return( '<input id="cb-select-all-' . $cb_counter . '" type="checkbox" />' ); }View on GitHub View on Trac