• Resolved Tim in Seattle

    (@theframeguy)


    I like to have a clean interface for my page/post editors and EditorsKit adds a Template panel to the right column of the editor with an option for using the default template or Extendify template. My sites never use the Extendify template, so I’d like to have that Template panel never show. I found a filter that I thought might work, but it doesn’t.

    add_filter('extendifysdk_load_library', '__return_false');

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @theframeguy – this filter should work to remove the library button and the page template.

    However, it needs to be added as an mu-plugin. Is that what you’ve done? If so, do you see the ‘Library’ button in your editor still or is that gone?

    Thread Starter Tim in Seattle

    (@theframeguy)

    Ahhh, it does work when added as a mu-plugin. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable or hide Template panel’ is closed to new replies.