You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2021. It is now read-only.
When loading the editor in frontend (using wp_editor() function, get_current_screen() seems not available and triggers a fatal error. The problem is in font-awesome-shortcodes/includes/actions-filters.php lines 12 and 36.
I've disable the editor button in front end at the moment but I'd like to discuss with you the best approach to fix this problem.
When loading the editor in frontend (using wp_editor() function,
get_current_screen()seems not available and triggers a fatal error. The problem is infont-awesome-shortcodes/includes/actions-filters.phplines 12 and 36.I've disable the editor button in front end at the moment but I'd like to discuss with you the best approach to fix this problem.