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