You appear to be a bot. Output may be restricted
Description
Display an example of the shortcode, which may be oik generated
Usage
oik_code_example();
Parameters
Returns
void
Source
File name: oik/admin/oik-admin.php
Lines:
1 to 4 of 4
function oik_code_example() { $shortcode = bw_array_get( $_REQUEST, "code", null ); do_action( "bw_sc_example", $shortcode ); }