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
On upgrading Caxton to v1.27.0 I noticed the following message.
Deprecated: Required parameter $wrapper follows optional parameter $type in wp-content\plugins\caxton\inc\wp-sdk\includes\class-fs-logger.php on line 145
Local workaround
I set the default value of $wrapper to 3
private function _log( &$message, $type = 'log', $wrapper=3 ) {
Environment
PHP 8.0.2
Windows 10
WP_DEBUG true,
WP_DEBUG_DISPLAY true
The text was updated successfully, but these errors were encountered:
On upgrading Caxton to v1.27.0 I noticed the following message.
Deprecated: Required parameter $wrapper follows optional parameter $type in wp-content\plugins\caxton\inc\wp-sdk\includes\class-fs-logger.php on line 145
Local workaround
I set the default value of $wrapper to 3
Environment
The text was updated successfully, but these errors were encountered: