Skip to content

mc_before_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_before_help',
    function() {
        // Your code here.
    }
);

Files

do_action( 'mc_before_help' )

← All Hooks

Clone this wiki locally