- This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Support Home » Topics » Piklist » hide submit box
Hi,
I am trying to use Custom Post Type with Piklist for some very specific data that will need lots of custom handling (essentially, an application form).
I am trying this in my custom post declaration:
'hide_meta_box' => ['slug', 'author', 'revisions', 'comments', 'submit'],
All of those hides are happening except the Submit div is still present. Is there any rule preventing me from hiding it through Piklist?
OK, I found this in the Demo:
add_filter('piklist_post_submit_meta_box', 'piklist_demo_post_submit_meta_box', 10, 3);
I’m not sure if there’s any documentation on that hook? – but it seems to accommodate what I’ll need 🙂
@arranfraser– Welcome to the Piklist community!
We’re in the process of redoing all our documentation, including hooks and filters.
Glad you found what you needed! That’s why we built the demos.