Viewing 2 reply threads
  • Author
    Posts
    • #5213
      arranfraser
      Member

      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?

    • #5215
      arranfraser
      Member

      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 🙂

    • #5223
      Steve
      Keymaster

      @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.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.