Home › Forums › Add-ons › Options Page › Add custom message to option page › Reply To: Add custom message to option page
So basically it’s a WordPress hook (not ACF hook), reference:
Top level pages admin.php?page={page_slug} toplevel_page_{page_slug}
Sub pages admin.php?page={page_slug} {parent_slug}_page_{page_slug}
https://codex.wordpress.org/Plugin_API/Admin_Screen_Reference
Thank you @hube2 for this ! 🙂
@roby94 reference says it is using slugs, and your final code does not corresponde with your initial code, so I just don’t believe it started using titles, that would be horrible approach.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.