What is the PHP code to link the header background image in Kookaburra

For Pangolin you gave me this:

function header_primary_inner_top() {
	echo'
		<a href="https://whatwant.ca/photog/san-diego/">
		';
	return true;
}

function header_primary_inner_bottom() {
	echo'
		</a>
		';
	return true;
}

How do I link the header background image in Kookaburra? I tried

header_primary_inner

and

header_primary

but I can’t get it to work.

Charles

There isn’t yet a hook for that in the phplugins-kookaburra-sample.php file.

(and I don’t see header_primary_inner_top or header_primary_inner_bottom in the phplugins-pangolin-sample.php file, Just header_top and header_bottom as well as masthead_primary_top and masthead_primary_bottom)

You can see what’s available to Kookaburra by downloading the file from backight/modules/custom-resources/phplugins/

Have you tried just hyperlinking the title?

image

Got it. Thanks Rod.

Charles

Sorry, slowly implementing PHPlugins hooks as parts of the page settle into a stable state. Haven’t gotten to all of them yet.