Thanks in advance, at one time I was on top of all things PHP related. I’m attempting to update a website on the bitnami stack. The theme is out of support and I’m tasked with fixing everything.
I’m getting many deprecated errors as show below. Can someone point me in the right direction? Google isn’t much help.
function init() {
$this->dir = dirname( __FILE__ );
[06-Jul-2025 17:48:42 UTC] PHP Deprecated: Creation of dynamic property Carell_Custom_Fields::$dir is deprecated in /bitnami/wordpress/wp-content/plugins/carell-custom-fields/ccf.php on line 39
[06-Jul-2025 17:48:42 UTC] PHP Deprecated: Creation of dynamic property Carell_Custom_Fields::$url is deprecated in /bitnami/wordpress/wp-content/plugins/carell-custom-fields/ccf.php on line 40
[06-Jul-2025 17:48:42 UTC] PHP Deprecated: Creation of dynamic property Carell_Custom_Fields::$api is deprecated in /bitnami/wordpress/wp-content/plugins/carell-custom-fields/ccf.php on line 60
[06-Jul-2025 17:48:42 UTC] PHP Deprecated: Creation of dynamic property Carell_Custom_Fields::$form is deprecated in /bitnami/wordpress/wp-content/plugins/carell-custom-fields/ccf.php on line 61
[06-Jul-2025 17:48:42 UTC] PHP Deprecated: Creation of dynamic property Carell_Custom_Fields::$field_group is deprecated in /bitnami/wordpress/wp-content/plugins/carell-custom-fields/ccf.php on line 62
[06-Jul-2025 17:48:42 UTC] PHP Deprecated: Creation of dynamic property Carell_Custom_Fields::$fields is deprecated in /bitnami/wordpress/wp-content/plugins/carell-custom-fields/ccf.php on line 63