Calendar iFrame no longer loads with the new version of the calendar add-on. This is the error in the console:
Uncaught ReferenceError: wp is not defined
Related PR #12
How has this been tested
Activate calendar add-on, then go to {site url}?calendar=iframe
Calendar should populate events as expected
Problem this Pull Request solves
Calendar iFrame no longer loads with the new version of the calendar add-on. This is the error in the console:
Uncaught ReferenceError: wp is not defined
Related PR #12How has this been tested
Activate calendar add-on, then go to {site url}?calendar=iframe Calendar should populate events as expected
Checklist
esc_html__()
, see https://codex.wordpress.org/I18n_for_WordPress_Developers)