mc_print_view_head - joedolson/my-calendar GitHub Wiki
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$outputPotential output for My Calendar; default empty string.
Files
do_action( 'mc_print_view_head', '' )