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