Saturday 21 June 2014

Action in Wordpress


Action in Wordpress

If you want to add additional code in wordpress core functionality then you can use action.

add_action(wp_head, myfunction);

No comments: