You appear to be a bot. Output may be restricted
Description
Implement bw_form_field_ hook for "mshot"The mshot form field is simply an URL But perhaps there should be a preview field as well? ? 2013/07/03
Usage
bw_form_field_mshot( $name, $type, $title, $value, $args );
Parameters
- $name
- ( mixed ) required –
- $type
- ( mixed ) required –
- $title
- ( mixed ) required –
- $value
- ( mixed ) required –
- $args
- ( mixed ) required –
Returns
voidSource
File name: oik-mshot/includes/oik-mshot.incLines:
1 to 3 of 3
function bw_form_field_mshot( $name, $type, $title, $value, $args ) { bw_form_field_( $name, $type, $title, $value, $args ); }View on GitHub