Guest User

Untitled

a guest
Feb 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if( function_exists('acf_add_options_page') ) {
  2.  
  3. acf_add_options_page(array(
  4. 'page_title' => 'Page Title',
  5. 'menu_title' => 'Menu Title',
  6. 'menu_slug' => 'slug-name',
  7. 'capability' => 'edit_posts',
  8. 'redirect' => false,
  9. 'parent_slug' => 'options-general.php'
  10. ));
  11. }
Add Comment
Please, Sign In to add comment