types of hooks in WordPress...
Hooks allow user to create WordPress theme or plugin with shortcode without changing the original core files.
two types of hooks:
1) Action hooks
2) Filter hooks
1. Action...
Displaying All Posts ....