Skip to content

mc_after_help

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

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' )

← All Hooks

Clone this wiki locally