You appear to be a bot. Output may be restricted
Description
Implement "wp_ajax_nopriv_oiksc_create_file" action for oik-shortcodesObtain the APIKEY from the request. If valid then continue with oiksc_ajax_oiksc_create_file()
Usage
oiksc_ajax_nopriv_oiksc_create_file();
Parameters
Returns
voidSource
File name: oik-shortcodes/oik-shortcodes.phpLines:
1 to 9 of 9
function oiksc_ajax_nopriv_oiksc_create_file() { $continue = oiksc_validate_apikey(); if ( $continue ) { oiksc_ajax_oiksc_create_file(); } bw_backtrace( BW_TRACE_VERBOSE ); bw_flush(); exit(); }View on GitHub