Hi guys, im working on Sage 9 with ACF PRO and i want to make theme options page but it’s not working.
Here is my code:
<?php
namespace App;
if(function_exists('acf_add_options_page') ) {
acf_add_options_page();
}
Its looks like there is no ‘acf_add_options_page’ function when i debug with echo
Can you help me?