I recently updated my php to version 7.3 and while my website appears to function as expected, I am unable to perform updates on the admin side. I see this fatal error:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function WP_Screen::add_help_tab(), 0 passed in /home1/happinb8/public_html/wp-includes/functions.php on line 5234 and exactly 1 expected in /home1/happinb8/public_html/wp-admin/includes/class-wp-screen.php:631 Stack trace: #0 /home1/happinb8/public_html/wp-includes/functions.php(5234): WP_Screen->add_help_tab() #1 /home1/happinb8/public_html/wp-includes/plugin.php(638): _deprecated_hook(‘contextual_help’, ‘3.3.0’, ‘get_current_scr…’, ”) #2 /home1/happinb8/public_html/wp-admin/includes/class-wp-screen.php(823): apply_filters_deprecated(‘contextual_help’, Array, ‘3.3.0’, ‘get_current_scr…’) #3 /home1/happinb8/public_html/wp-admin/admin-header.php(270): WP_Screen->render_screen_meta() #4 /home1/happinb8/public_html/wp-admin/user-edit.php(191): require_once(‘/home1/happinb8…’) #5 /home1/happinb8/public_html/wp-admin/profile.php(18): require_once(‘/home1/happinb8…’) #6 {main} thrown in /home1/happinb8/public_html/wp-admin/includes/class-wp-screen.php on line 631
Help will be greatly appreciated!
The page I need help with: [log in to see the link]