Can’t output do_settings_sections . Can’t understand why
From what I see, you are mixing output and the code, which is meant to prepare that output. More, the preparation is coming after the output started. Looks weird to me. Here I updated your code, and it works OK: /* Hook to admin_menu the yasr_add_pages function above */ add_action( ‘admin_menu’, ‘yasr_add_pages’ ); function yasr_add_pages() … Read more