Search code examples
phpwordpressadvanced-custom-fieldscustom-post-type

Custom admin edit page for single custom post type


I have a custom role "department admin", and custom post type "department page". Each department admin linked to a department. I need a custom page in admin to edit linked department page. I also used ACF plugin in department page for some custom field, any solution for this problem?


Solution

  • Finally i made solution, Menu replaced with admin_menu action hook which means all listing menu replaced to edit post menu with associated id and removed add new page menu. Also add a redirection in admin_init action hook. All above action hooks will apply based on user role.