Guest User

Untitled

a guest
Jan 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2.  
  3. if( function_exists('acf_add_options_page') ) {
  4.  
  5. $option_page = acf_add_options_page(array(
  6. 'page_title' => 'Theme General Settings',
  7. 'menu_title' => 'Theme Settings',
  8. 'menu_slug' => 'theme-general-settings',
  9. 'capability' => 'edit_posts',
  10. 'redirect' => false
  11. ));
  12.  
  13. }
Add Comment
Please, Sign In to add comment