WPの管理画面に独自CSSを適用する

テストじゃ!

テストじゃ!

  • タグ:
  • タグはありません
function yeah_register_css() {
  echo '<link rel="stylesheet" type="text/css" href="' . get_bloginfo('wpurl') . '/yeah-includes/yeah-register.css" />';
}
add_action('signup_header', 'yeah_register_css');