ashrafbd1496 / wp-hooks

WordPress Hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress Hooks

Note:

* we need to use same number of  parameter inside add action as we used in do action but at the call back function we can use parameter as we need.
* we need to use echo before apply_filters
* 

action Hook:

* do_action();
* add_action();
* remove_action();

Filter Hook:

* Apply_filters();
* Add_filter();
* Remove_filter();

About

WordPress Hooks


Languages

Language:PHP 89.9%Language:CSS 10.1%