You appear to be a bot. Output may be restricted
Description
Usage
oik_tax_preview();
Parameters
Returns
voidSource
File name: oik-types/admin/oik-taxonomies.phpLines:
1 to 10 of 10
function oik_tax_preview() { oik_require( "includes/oik-sc-help.inc" ); $preview_taxonomy = bw_array_get( $_REQUEST, "preview_taxonomy", null ); if ( $preview_taxonomy ) { sdiv( "oik_preview"); //bw_invoke_taxonomy( $preview_taxonomy, null, "Preview of the $preview_taxonomy taxonomy" ); p( "Preview not yet implemented" ); ediv( "oik_preview"); } }View on GitHub