Theme’s Options Page included with require_once *.php in functions.php not visible anymore

If you are editing theme files use get_template_directory to retrieve the php files. try the code below in your functions.php file.

require get_template_directory() . '/includes/option.php';

error code: 523