Codex

Function Reference/do action

Description

Creates a hook for attaching actions via add_action.

Usage

 <?php do_action($tag$arg ); ?> 

Parameters

$tag 
(string) The name of the hook you wish to create.
$arg 
(string) The list of arguments this hook accepts.

This page is marked as incomplete. You can help Codex by expanding it.