Skip to content

Commit

Permalink
Function does not return.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 6, 2025
1 parent 5f15a0b commit 8f4a095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my-calendar-iframe.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
function my_calendar_iframe_view() {
if ( mc_is_iframe() ) {
echo my_calendar_iframe();
my_calendar_iframe();
exit;
}
}
Expand Down

0 comments on commit 8f4a095

Please sign in to comment.