Reply To: Custom action

Author
Reply
  • #2117

    Hi,

    Action is WordPress concept. You write a piece of PHP code that outputs something, and attach it to the action, and it is displayed when the action is fired. Here is the info on WordPress.org:

    [url]http://codex.wordpress.org/Glossary#Action[/url]

    Milan