Skip to content

Instantly share code, notes, and snippets.

@alt-karate
Last active June 27, 2019 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alt-karate/c242bab65fd72ea606e53a4b94b2439e to your computer and use it in GitHub Desktop.
Save alt-karate/c242bab65fd72ea606e53a4b94b2439e to your computer and use it in GitHub Desktop.
/*-------------------------------------------*/
/* ヘッダー画像の推奨サイズを変更します
/*-------------------------------------------*/
add_filter( 'twentyten_header_image_width', create_function( '' , 'return 1050;' ) );
add_filter( 'twentyten_header_image_height', create_function( '' , 'return 430;' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment