generate_logo_href

generate_logo_href

The generate_logo_href filter allows you to change the URL destination of your logo.

Default (string): Your URL set in Settings > General

Example

add_filter( 'generate_logo_href', function() {
return "https://NEW-URL-HERE";
} );

Usage

Please refer to the Using Filters article to learn how to use this filter.

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註