acf options page

PHP
if( function_exists('acf_add_options_page') ) {
	
	acf_add_options_page();
	
}
Source

Also in PHP: