Hi @modernnerd
Thanks to provide quick solutions, so I have checked the log and it reported the error as
[06-Apr-2018 04:11:48 UTC] PHP Fatal error: Uncaught Error: Call to undefined function genesis_scripts() in /dom7538/wp-content/plugins/genesis-simple-hooks/includes/class-genesis-simple-hooks-admin.php:106
Stack trace:
#0 /wordpress-4.9.5/wp-includes/class-wp-hook.php(286): Genesis_Simple_Hooks_Admin->scripts('')
#1 /wordpress-4.9.5/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#2 /wordpress-4.9.5/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#3 /wordpress-4.9.5/wp-admin/admin.php(214): do_action('load-genesis_pa...')
#4 {main}
thrown in /dom7538/wp-content/plugins/genesis-simple-hooks/includes/class-genesis-simple-hooks-admin.php on line 106
[06-Apr-2018 04:11:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function genesis_scripts() in /dom7538/wp-content/plugins/genesis-simple-hooks/includes/class-genesis-simple-hooks-admin.php:106
So I just now comment to the line 106 which called to the function genesis_scripts(); and the plugin started to works.
Please review the log.