I’m trying to pass a parameter from the data record stored in the “Contact Form 7 Database Addon – CFDB7” plugin. Would you help me?
Or pass a parameter so that I can later retrieve the values stored in the database?
https://agencia-metamidia.nimbusweb.me/share/10769058/cls8rgilmb5fpev36rd4
Is there any documentation?
Thanks
]]>Apparently, your latest version’s update requires PHP 8.2 or it doesn’t update. I don’t see anywhere in the upgrade notice why PHP 8.2 (specifically) is required.
This is causing the plugin to be incompatible with many sites. Not every hosting place has 8.2 available, although they do have 8.1.x installed.
Unless there is specific code in your plugin that requires 8.2 and will fail on prior versions, you should remove the 8.2 requirement for the upgrade. I understand the need for running current versions of PHP, but the requirement for the specific 8.2 version will require me to remove this plugin and install alternate solutions (of which there are several).
]]>The plugin is requesting everything from the Posts table and storing the content in variables, with a few thousands articles it results in the usage of 1GB of memory in the admin pages of contact form 7.
Is there a way you can optimize the queries? (eg, if only Post IDs and Titles are needed, only request those).
library/class-admin.php
[…]
$args = array( 'numberposts' => -1);
$posts = get_posts($args);
]]>
Hello.
I’ve just installed your plugin and when I saved the settings, I got this error:
Save Setting!
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/***/wp-content/plugins/cf7-redirects/library/class-admin.php:158) in /home/***/public_html/***/wp-includes/pluggable.php on line 1281
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/***/wp-content/plugins/cf7-redirects/library/class-admin.php:158) in /home/***/public_html/***/wp-includes/pluggable.php on line 1284
I redacted the folder names for privacy’s sake.
Is this something that could be easy resolved?
Thanks!
]]>