Skip to content

mc_print_view_head

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

Execute action in the head element of the My Calendar print view, where wp_head() won't be run.

Auto-generated Example

add_action(
   'mc_print_view_head',
    function( string $output ) {
        // Your code here.
    }
);

Parameters

  • string $output Potential output for My Calendar; default empty string.

Files

do_action( 'mc_print_view_head', '' )

← All Hooks

Clone this wiki locally