PHP Deprecated Messages
-
Hi, I don’t need help with a particular page. Just reporting notices to be addressed. I recently enabled WP_DEBUG on a sandbox site. During routine maintenance this morning I deactivated Wordfence via the wp-cli interface, and these notices popped up:
PHP Deprecated: KadenceWP\KadenceBlocks\StellarWP\Uplink\Pipeline\Pipeline::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead in /(path_redacted)/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/stellarwp/uplink/src/Uplink/Pipeline/Pipeline.php on line 57
PHP Deprecated: KadenceWP\KadenceBlocks\StellarWP\Uplink\Resources\Plugin::register(): Implicitly marking parameter $license_class as nullable is deprecated, the explicit nullable type must be used instead in /(path_redacted)/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/stellarwp/uplink/src/Uplink/Resources/Plugin.php on line 177
PHP Deprecated: KadenceWP\KadenceBlocks\StellarWP\Uplink\Resources\Resource::__construct(): Implicitly marking parameter $license_class as nullable is deprecated, the explicit nullable type must be used instead in /(path_redacted)/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/stellarwp/uplink/src/Uplink/Resources/Resource.php on line 133
PHP Deprecated: KadenceWP\KadenceBlocks\StellarWP\Uplink\Resources\Resource::register(): Implicitly marking parameter $license_class as nullable is deprecated, the explicit nullable type must be used instead in /(path_redacted)/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/stellarwp/uplink/src/Uplink/Resources/Resource.php on line 405
PHP Deprecated: KadenceWP\KadenceBlocks\StellarWP\Uplink\Resources\Resource::register_resource(): Implicitly marking parameter $license_class as nullable is deprecated, the explicit nullable type must be used instead in /(path_redacted)/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/stellarwp/uplink/src/Uplink/Resources/Resource.php on line 422
PHP Deprecated: KadenceWP\KadenceBlocksPro\Query\Frontend_Filters\Abstract_Filter::__construct(): Implicitly marking parameter $html_renderer as nullable is deprecated, the explicit nullable type must be used instead in /(path_redacted)/wp-content/plugins/kadence-blocks-pro/includes/query/frontend-filters/class-abstract-filter.php on line 56
PHP Deprecated: KadenceWP\KadenceBlocksPro\StellarWP\DB\DB::generate_results(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in /(path_redacted)/wp-content/plugins/kadence-blocks-pro/vendor/vendor-prefixed/stellarwp/db/src/DB/DB.php on line 414
PHP Deprecated: KadenceWP\KadenceBlocksPro\StellarWP\DB\DB::generate_col(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in /(path_redacted)/wp-content/plugins/kadence-blocks-pro/vendor/vendor-prefixed/stellarwp/db/src/DB/DB.php on line 431
(I know some of these are Kadence Blocks Pro notices. A contractor holds the license for us, so I do not have the login to open a ticket in pro support.)
The site is on WP 6.9.4 and PHP 8.4, Kadence Blocks 3.6.6, and Kadence Pro 2.8.13.1.
You must be logged in to reply to this topic.