Description
Implement lazy redirect for the selected action
Usage
oikth_lazy_redirect( $oik_theme_action );Parameters
- $oik_theme_action
- ( string ) required – should be one of "info", "update_check"
Returns
voidSource
File name: oik-themes/feed/oik-themes-feed.phpLines:
1 to 8 of 8
function oikth_lazy_redirect( $oik_theme_action ) { if ( !defined('DOING_AJAX') ) { define( 'DOING_AJAX', true ); } $funcname = bw_funcname( "_oikth_lazy_redirect", $oik_theme_action ); $funcname( $oik_theme_action ); exit(); }View on GitHub
Invoked by
Call hooks
API Letters:
