How to make myCred work with WordPress 4.3
-
If you are using myCred and WordPress 4.3 you will see hundreds of PHP Notices in your WP Debug log. This is because myCred is using a deprecated method in its code.
Given Gabriel’s lack of support here I decided to fix the myCred code to support the new construct method that is compatible with WordPress 4.3 and more importantly the future PHP 7.Backup and open your file:
/wp-content/plugins/mycred/includes/mycred-widgets.phpReplace your 3 occurences of
$this->WP_Widgetwith
parent::__constructThat’s it. Please note that you might need to also apply the same fix in your mycred add ons.
Ideally Gabriel would fix this in an update.
- The topic ‘How to make myCred work with WordPress 4.3’ is closed to new replies.