Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Apr 8, 2021
1 parent 8beb725 commit 16fa3a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Actions
Actions allow you to add data or change how WordPress operates. Callback functions for Actions will run at a specific point in the execution of WordPress, and can perform some kind of a task, like echoing output to the user or inserting something into the database. Actions do not return anything back to the calling hook.

https://developer.wordpress.org/plugins/hooks/actions/

*— Find a way to add the WordPress actions here. —*
2 changes: 2 additions & 0 deletions docs/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Filters
Filters give you the ability to change data during the execution of WordPress. Callback functions for Filters will accept a variable, modify it, and return it. They are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. Filters expect to have something returned back to them.

https://developer.wordpress.org/plugins/hooks/filters/

*— Find a way to add the WordPress actions here. —*

0 comments on commit 16fa3a9

Please sign in to comment.