::What are we talking about? 👨💻::
- React hooks 🎣 workshop in NYC 🗽
- What are hooks 🎣
- Important notes ❗️
- Peek 👀 at
useState&useReducer&useEffect - Shopify provided hooks 🎣
useI18n, useQuery+ more - Other React hooks 🎣
| <?php | |
| function add_posts_panels( ) | |
| { | |
| if(function_exists('add_meta_box')) | |
| { | |
| add_meta_box('id',__('Meta Box Title'), 'meta_box_function','post'); | |
| } | |
| } | |
| function meta_box_function ( ) |
| @font-face { | |
| font-family: 'LatoRegular'; | |
| src: url('/downloads/Lato-Reg-webfont.eot'); | |
| src: url('/downloads/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'), | |
| url('/downloads/Lato-Reg-webfont.woff') format('woff'), | |
| url('/downloads/Lato-Reg-webfont.ttf') format('truetype'), | |
| url('/downloads/Lato-Reg-webfont.svg#LatoRegular') format('svg'); | |
| font-weight: normal; | |
| font-style: normal; | |
| <div id="bg"> | |
| <img src="http://img.skitch.com/20120814-m3ei5cptau2yjn7sgi2a4i62kn.png" alt=""> | |
| </div> | |
| <div class="wrapper"> | |
| <div class="progress"></div> | |
| </div> | |
| <div class="wrapper"> |