User Tools

Site Tools


core_docs:plugin_functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
core_docs:plugin_functions [2018/02/09 08:54]
backit [add_filter] added link to core filters
core_docs:plugin_functions [2018/02/09 08:56] (current)
backit [add_action]
Line 14: Line 14:
  
 **Parameters** **Parameters**
-  * ''​$hook_name'',​ the name of the hook to add ''​$added_function''​ to+  * ''​$hook_name'',​ the name of the hook to add ''​$added_function''​ to. See [[plugins:​hooks_filters|core hooks list]]
   * ''​$added_function'',​ the function you want to execute at ''​$hook_name''​   * ''​$added_function'',​ the function you want to execute at ''​$hook_name''​
   * ''​$args''​ (optional), additional arguments you can supply to the ''​$added_function''​   * ''​$args''​ (optional), additional arguments you can supply to the ''​$added_function''​
core_docs/plugin_functions.1518166463.txt.gz ยท Last modified: 2018/02/09 08:54 by backit