Skip to content

Instantly share code, notes, and snippets.

@norilog4
Created March 9, 2020 08:58
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 norilog4/b40f12602d6e61163d363ecce5e3fba9 to your computer and use it in GitHub Desktop.
Save norilog4/b40f12602d6e61163d363ecce5e3fba9 to your computer and use it in GitHub Desktop.
黄色ボタンのショートコードを追加
/*黄色い光るボタンをショートコード化*/
function shinyyellow( $atts, $content = null ) {
return '<div class="yellow-shiny">' . $content . '</div>';
}
add_shortcode('yellowshiny', 'shinyyellow');
@norilog4
Copy link
Author

norilog4 commented Mar 9, 2020

⬇️このコードの使い方を紹介しているブログ記事はこちら
https://noripon.blog/2020/03/09/how-to-make-wordpress-shortcode-css-shiny-button/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment