Skip to content

Instantly share code, notes, and snippets.

@axxe16
Created July 8, 2020 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axxe16/462d973c134278d762b39c0ce2454b6c to your computer and use it in GitHub Desktop.
Save axxe16/462d973c134278d762b39c0ce2454b6c to your computer and use it in GitHub Desktop.
Sub pagina optioni ACF in impostazioni #acf #function #options
<?php
//aggiunge una pagina option dentro la sezione impostazioni
if( function_exists('acf_add_options_page') ) {
acf_add_options_sub_page(array(
'page_title' => 'Impostazioni Tema',
'menu_title' => 'Impostazioni Tema',
'parent_slug' => 'options-general.php',
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment