You appear to be a bot. Output may be restricted
Description
Implement "oik_query_field_types" for oik-mshot
Usage
oikms_query_field_types( $field_types );
Parameters
- $field_types
- ( mixed ) required –
Returns
voidSource
File name: oik-mshot/oik-mshot.phpLines:
1 to 5 of 5
function oikms_query_field_types( $field_types ) { $field_types['mshot'] = __( "mshot - screen capture", 'oik-mshot' ); $field_types['mshot2'] = __( "cached mshot - screen capture", 'oik-mshot' ); return( $field_types ); }View on GitHub