Hi,
Please delete old version of plugin and install new downloaded files.
Hope it will help.
Thanks
I’m using the latest version however maybe you have removed functions and filters when you rewrote the plugin using OOP.
Does this function still work? If not, what replaces it?
wpcr_comment_tut_add_title_to_text
Where is it on Github?
How do i access older versions of the plugin and is the latest version backwards compatible?
How do i get this in the new version?
wpcr_comment_tut_add_title_to_text( $text, $comment );
Hi,
The ” wpcr_comment_tut_add_title_to_text ” function is updated with new function name ” wpcr_comment_text_vote “.
If you found new function name in plugin files, please remove the function and filter hook of ” wpcr_comment_tut_add_title_to_text “.
Hope it will help.
Thanks
And if wpcr_change_comment_form_defaults
is also yours, what did you replace it with?
The reason i ask is if anyone has modified the default functionality of any previous versions of your plugin, their code will no longer work.
Do you have a list of Deprecated Functions and their replacements?
The ” wpcr_change_comment_form_defaults ” is changed with ” wpcr_comment_form_rate_field ” function.
You should code the new version so it still works with your old functions.