You appear to be a bot. Output may be restricted
Description
Default function to display a field of name "bw_header_image"
Usage
_bw_theme_field_default_bw_header_image( $key, $value );
Parameters
- $key
- ( string ) required – field name
- $value
- ( string ) required – full file name of the image A 'bw_header image' field contains the full file name of the image to be used as the header image It's not exactly related to "custom header image" but could be.
Returns
voidSource
File name: oik/libs/bw_fields.phpLines:
1 to 3 of 3
function _bw_theme_field_default_bw_header_image( $key, $value ) { e( retimage( $key, $value ) ); }View on GitHub View on Trac