Data443 Risk Mitigation, Inc.
Forum Replies Created
-
In your custom code example, you remove the call to renderConsentForm. Have you also removed the calls to renderExportForm and renderDeleteForm?
If you haven’t. You can remove those other two by these calls:
remove_action('gdpr/frontend/privacy-tools-page/content', [$controller, 'renderExportForm'], 20); remove_action('gdpr/frontend/privacy-tools-page/content', [$controller, 'renderDeleteForm'], 30);I see the issue now. You will want to replace the code with something like this. You might have to make some namespace changes to get this to work.
<?php global $gdpr; $controller = new Codelight\GDPR\Components\PrivacyToolsPage\PrivacyToolsPageController( $gdpr->DataSubjectAuthenticator , $gdpr->DataSubjectIdentificator , $gdpr->DataSubject , $gdpr->DataExporter , $gdpr->UserConsentModel ); remove_action('gdpr/frontend/privacy-tools-page/content', [$controller, 'renderConsentForm'], 10);Can you tell us a little more about the circumstances surrounding this error?
If this happened during the update to 2.0.0, a deactivate, followed by an activate of the plugin should resolve this issue.
If this doesn’t resolve the problem, it’s possible that stale code from the browser cache might be causing this. In that case, clearing the browser cache will fix the problem.
Please let us know if this helps.
Forum: Reviews
In reply to: [Inline Related Posts] Ok but I can’t change to my favourite postsHello
thanks for your feedbackCould you please provide more details about your request or open a support ticket?
Thank you
Best regards
Forum: Reviews
In reply to: [Inline Related Posts] Terima KasihPardon, but we only understand English.
Thank you for notifying us of this problem. It will be fixed in a future update.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Problem with not registered visitorsThank you for bringing this to our attention. We will fix this in the next release.
Our plugin does not have a way to check for external cookies.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Data Rectification function addedPlease let us know if you have any comments on this feature or any others.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Composer Install Warnings with WP 5.9 Update@jlwilz
Please see our latest release and see if this will resolve any issues you may still have.The latest version has been released.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] The new version doesn’t work with PHP 7.4 ?!Our latest update removes dependencies which now allow us to further lower the required php to 5.6.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] gdpr-framework 1.0.47 requires php 7.4Our latest update removes dependencies which now allow us to further lower the required php to 5.6.
Forum: Plugins
In reply to: [Inline Related Posts] Call to action text outside of internal link anchorHello
this feature is not still available, we will keep it in mind for a next version of our plugin
Thanks for your suggestion
Have a nice day
Forum: Plugins
In reply to: [Inline Related Posts] Word before link “READ” in other languagesWe could also add additional language translation files.
What languages do you want to translate?