mc_after_help - joedolson/my-calendar GitHub Wiki
Execute action after My Calendar Help data.
Auto-generated Example
add_action(
'mc_after_help',
function() {
// Your code here.
}
);
Files
do_action( 'mc_after_help' )
Execute action after My Calendar Help data.
add_action(
'mc_after_help',
function() {
// Your code here.
}
);
do_action( 'mc_after_help' )