wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.
add_action › WordPress Function
Od1.2.0
Przestarzałyn/a
› add_action ( $hook_name, $callback, $priority = 10, $accepted_args = 1 )
Parametry: (4) |
|
Powrót: |
|
Zdefiniowane na: |
|
Codex: |
Adds a callback function to an action hook.
Actions are the hooks that the WordPress core launches at specific points during execution, or when specific events occur. Plugins can specify that one or more of its PHP functions are executed at these points, using the Action API.