Skip to content

Instantly share code, notes, and snippets.

@jasonvarga
Last active December 1, 2021 03:26
Show Gist options
  • Save jasonvarga/5415733 to your computer and use it in GitHub Desktop.
Save jasonvarga/5415733 to your computer and use it in GitHub Desktop.
Fix for EpicEditor
<?php
class Hooks_epiceditor extends Hooks {
function control_panel__add_to_head() {
return $this->js->link('epiceditor.min.js');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment