Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress add action

// Hooks a function on to a specific action.
add_action( string $tag, callable $function_to_add, int $priority = 10, 
            int $accepted_args = 1 )
Source by developer.wordpress.org #
 
PREVIOUS NEXT
Tagged: #wordpress #add #action
ADD COMMENT
Topic
Name
5+7 =