Home › Forums › Add-ons › Options Page › Beginner can't get started! › Reply To: Beginner can't get started!
Thanks, James! I’m very happy now 😀
This is what I figured out: I have a functionality plugin to keep my added code in one place. In my plugin, I put
add_action('admin_menu', 'acf_add_options_page');
if( function_exists('acf_add_options_page') ) {
acf_add_options_page();
}
What I was missing before was the add_action part. This is not at all clear in the user guide (well, it wasn’t to me.)
Now I can make helpful controls for my users <does a silly dance>
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.