Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Andrew Rowland

Add Inline Edit to Custom Admin page

Hello,

I have developed a custom plugin which adds a custom post type and has a custom admin page to manage organizing posts by drag and drop with folders.

I see you offer many hooks/filters for use in templates, but I do not see how it is possible to use your plugin to add inline support to my custom admin screen.

Can I simply add a filter to my template output?

You can view my custom plugin here https://bitbucket.org/arowls/kkf-custom/src/master/wp-content/plugins/koi-pricing/

3 years, 2 months ago
Stefan van den Dungen Gronovius
Developer

If you have a custom page for your post type that is not the default edit.php?post_type={key} structure, our plugin will not recognize that page and our plugin does not support that list table. In order to make it work, you’ll need to write a custom List Screen and write all support for our pro features as well. We don’t have any documentation on how to do that, and to be honest, I don’t recommend even try this, since we can’t guarantee you that it still works when we update our code.

3 years, 2 months ago

You must be logged in to reply to this topic.