You appear to be a bot. Output may be restricted
Description
Implement "oik_post_type_support" filter
Usage
$array = oik_clone_post_type_supports( $supports_options );
Parameters
- $supports_options
- ( array ) required –
Returns
array with "clone" addedSource
File name: oik-clone/oik-clone.phpLines:
1 to 4 of 4
function oik_clone_post_type_supports( $supports_options ) { $supports_options['clone'] = __( "Cloning", "oik-clone" ); return( $supports_options ); }View on GitHub