Home › Forums › Add-ons › Options Page › Add custom message to option page › Reply To: Add custom message to option page
Some of this is guess work, but the hook should be what you have.
theme-trends-settings_page_gestione-livelli-abbonamento
If you want to do some testing, open the ACF file
advanced-custom-fields-pro/pro/admin/options-page.php
on line 459 you’ll find the function html
function html() {
// add this line to test
echo '<br><br>',current_filter(),'<br><br>';
if you temporarily add the above test code the hook that is being used to display the options page will be output at the top of your options page. I’d be curious to know what it is.
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.