• Good work!

    Some issues:

    1. please add unistall.php file, to delete unused options of the plug if we uninstall it…

    2. we dont need the plugin on front, so better do nothing on front. Add please this line on top of main plugin file:

    
    if( ! is_admin() ) return;
    

    3. why we need codemirror.js file if it’s not used anywhere?

    • This topic was modified 6 years, 10 months ago by Timur Kamaev.
    • This topic was modified 6 years, 10 months ago by Timur Kamaev.
    • This topic was modified 6 years, 10 months ago by Timur Kamaev.
  • The topic ‘Disable on front’ is closed to new replies.