Support

Account

Home Forums General Issues ACF in TablePress-Plugin-FrontEnd Reply To: ACF in TablePress-Plugin-FrontEnd

  • Tablepress does not use a post type, It uses custom admin pages added using add menu page functions. So basically the answer is no.

    It might be possible to use an acf_form() on these pages, but if tablepress does not provide any hooks for modifying it’s admin pages then you’d need to edit the PHP of those pages to make this work. You’re best bet to an answer to this would be to ask the folks over at tablepress if it’s possible to add custom meta fields to their pages.