Home › Forums › Front-end Issues › Custom buttons etc not showing on front-end form › Reply To: Custom buttons etc not showing on front-end form
Answering my own question:
// puts the scripts + styles into admin
add_action('admin_head', 'ggh_add_my_tc_button');
add_action('admin_enqueue_scripts', 'ggh_button_css');
// puts the scripts + styles into front-end
add_action('wp_print_scripts', 'ggh_add_my_tc_button');
add_action('wp_print_styles', 'ggh_button_css');
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.