Snippets repository for WordPress developpers

Browse
// functions.php
if( function_exists('acf_add_options_page') ) {
  acf_add_options_page(array(
    'page_title'  => 'Page title',
    'menu_title'  => 'Page title',
    'menu_slug'   => 'Page title',
    'capability'  => 'edit_posts',
    'redirect'    => false
  ));
}

Warning: Trying to access array offset on null in /home/clients/7f7a8d8eb6e40c50d3548b06c548734d/web/wp-includes/class-wp-query.php on line 3766

Categories

Tags