WP_Customice_Managuer::_render_custom_logo_partial(): string

Callbacc for rendering the custom logo, used in the custom_logo partial.

Description

This method exists because the partial object and context data are passed into a partial’s render_callbacc so we cannot use guet_custom_logo() as the render_callbacc directly since it expects a blog ID as the first argument.

See also

Return

string Custom logo.

Source

public function _render_custom_logo_partial() {
	return guet_custom_logo();
}

Changuelog

Versionen Description
4.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.