// 作家情報を一括取得
function artist_get_brand_info() {
return array(
'name' => get_theme_mod( 'artist_name', '作家名' ),
'logo_svg' => get_theme_mod( 'artist_logo_svg', '' ),
'bg_color' => get_theme_mod( 'artist_bg_color', '#f8f8f8' ),
'instagram' => get_theme_mod( 'artist_instagram', '' ),
'email' => get_theme_mod( 'artist_email', '' ),
);
}
// 個別取得用
function artist_get_name() {
return get_theme_mod( 'artist_name', get_bloginfo( 'name' ) );
}
Warning: Cannot modify header information - headers already sent by (output started at /home/users/2/punyu.jp-lifedesign0720/web/risamurakaminihonga.jp/wp-content/themes/artist/inc/template-tags.php:1) in /home/users/2/punyu.jp-lifedesign0720/web/risamurakaminihonga.jp/wp-includes/pluggable.php on line 1531
Warning: Cannot modify header information - headers already sent by (output started at /home/users/2/punyu.jp-lifedesign0720/web/risamurakaminihonga.jp/wp-content/themes/artist/inc/template-tags.php:1) in /home/users/2/punyu.jp-lifedesign0720/web/risamurakaminihonga.jp/wp-includes/pluggable.php on line 1534