You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Skeleton Theme needs an update (is throwing notices when debug is "On".)
It calls deprecated "add_custom_image_header" on line 269 of functions.php. Should use add_theme_support( 'custom-header', $args ) instead.
It calls "get_theme( get_current_theme());" on line 128. Should use wp_get_theme($stylesheet) instead.
The text was updated successfully, but these errors were encountered:
The Skeleton Theme needs an update (is throwing notices when debug is "On".)
It calls deprecated "add_custom_image_header" on line 269 of functions.php. Should use add_theme_support( 'custom-header', $args ) instead.
It calls "get_theme( get_current_theme());" on line 128. Should use wp_get_theme($stylesheet) instead.
The text was updated successfully, but these errors were encountered: