Hotfix release available: 2026-07-14b "Mort".
upgrade now! [57.2] (what's this?)
reporting
This is an old revision of the document!
Table of Contents
Requêtes SQL CMS
MailPoet
A finir : SELECT title FROM `wp_mailpoet_newsletters` WHERE deleted_at IS NULL AND sent_at > '2023-09-01' AND sent_at < '2024-12-31' ORDER BY sent_at DESC;
Récupérer les nb d'envoi, clic, ouverture et afficher avec une vue regroupant ces infos
Formulaires
SELECT * FROM wp_postmeta WHERE post_id IN ( SELECT ID FROM `wp_posts` where post_title = 'View Form Submission' AND post_status = 'publish' AND post_date < '2024-12-31' AND post_date > '2023-09-01') LIMIT 1,10;
reporting.1734389504.txt.gz · Last modified: by selim
