You appear to be a bot. Output may be restricted
Description
Invoke category republish if requested
Usage
oik_batchmove_run_category_republish_maybe();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 6 of 6
function oik_batchmove_run_category_republish_maybe() { $action = bw_array_get( $_REQUEST, "_oik_batchmove_category_republish", null ); if ( $action ) { oik_batchmove_lazy_category_republish( true ); } }View on GitHub View on Trac