miniCal Actions
The list of the miniCal actions
do_action( ‘example_action_to_run’, $arg);// The action callback function.
add_action( ‘example_action_to_run’, ‘example_callback_fun’, 10, 1);
function example_callback_fun( $arg) {
You can access the $arg1 here. You just need to manipulate it and check the output.
}METHOD
NAME
PARAMETERS
USE CASE
METHOD
NAME
PARAMETERS
USE CASE
METHOD
NAME
PARAMETERS
USE CASE
METHOD
NAME
PARAMETERS
USE CASE
Last updated