Upgrade to Pro — share decks privately, control downloads, hide ads and more …

WordPress Hooks The Right Way to Extend Your Wo...

WordPress Hooks The Right Way to Extend Your WordPress

การเพิ่มขีดความสามารถให้ WordPress โดยใช้ WordPress Hooks

WordCamp Bangkok

February 18, 2017
Tweet

More Decks by WordCamp Bangkok

Other Decks in Technology

Transcript

  1. WordPress Hooks: 
 The Right Way to Extend Your WordPress

    B Y K A N O U I V I R A C H http://www.freeiconspng.com/free-images/hook-icon-24086
  2. HOOK are… • Magic • Extend WordPress without messing with

    the core! • Event-driven programming • Actions + Filters
  3. What if we want to do something here? W O

    R D P R E S S <code> </code> Normal Flow ? ? ?
  4. Hook it! W O R D P R E S

    S <code> </code> We write code. <code>
  5. W O R D P R E S S <code>

    </code> <code> New Flow!!! 2 1 3