Description
Locate and call the function to "theme" the custom page header imageThe called routine is expected to echo the output as inline CSS style information
Usage
bw_theme_page_header( $post_id, $header_image );Parameters
- $post_id
- ( integer ) required – the ID of the post/page/custom post type
- $header_image
- ( string ) required – the URL of the header image file
Returns
voidSource
File name: oik-header/oik-header.phpLines:
1 to 4 of 4
function bw_theme_page_header( $post_id, $header_image ) { $funcname = bw_theme_function( "_bw_page_header_" ); $funcname( $post_id, $header_image ); }
Called by
1 to 1 of 1
Invoked by
Call hooks
API Letters:
