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
Deprecated: Non-static method BackWPup_Admin::admin_css() should not be called statically in /var/www/html/wp-includes/class-wp-hook.php on line 292
#111
I'm not sure what this is. There's a "banner" across the top of my localhost dev site. It just appeared in the last two weeks.
Here's the message again:
Deprecated: Non-static method BackWPup_Admin::admin_css() should not be called statically in /var/www/html/wp-includes/class-wp-hook.php on line 292
Except for naming the backup and selecting the local folder to back up to and making sure the permission are writable for that directory, all the settings remain at default.
Here's the whole programming thing from class-wp-hook.php from line 269 to line 305:
`public function apply_filters( $value, $args ) {
if ( ! $this->callbacks ) {
return $value;
}
I'm not sure what this is. There's a "banner" across the top of my localhost dev site. It just appeared in the last two weeks.
Here's the message again:
Deprecated: Non-static method BackWPup_Admin::admin_css() should not be called statically in /var/www/html/wp-includes/class-wp-hook.php on line 292
Except for naming the backup and selecting the local folder to back up to and making sure the permission are writable for that directory, all the settings remain at default.
Here's the whole programming thing from class-wp-hook.php from line 269 to line 305:
`public function apply_filters( $value, $args ) {
if ( ! $this->callbacks ) {
return $value;
}
The text was updated successfully, but these errors were encountered: