Description
Template tag to return the header image for a specific pageIf none is specified then it doesn't return anything so should we then call custom_header logic?
Usage
bw_header_image();Parameters
Returns
voidTO DO
retest since "name=" is now "fields="Source
File name: oik-fields/oik-fields.phpLines:
1 to 4 of 4
function bw_header_image() { oik_require( "shortcodes/oik-fields.php", "oik-fields" ); return( bw_metadata( array( "name" => "bw_header_image" ))); }View on GitHub
