Changeset 3477728
- Timestamp:
- 03/09/2026 05:00:36 AM (4 weeks ago)
- Location:
- tw-form-entry-viewer
- Files:
-
- 4 edited
-
tags/1.0.0/readme.txt (modified) (2 diffs)
-
tags/1.0.0/tw-form-entry-viewer.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tw-form-entry-viewer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tw-form-entry-viewer/tags/1.0.0/readme.txt
r3438662 r3477728 1 === TW Form Entry Viewer ===1 === TW Form Entry Viewer for WPForms === 2 2 Contributors: technologywisdom 3 3 Tags: wpforms, form entries, entry viewer, export wpforms, csv export … … 12 12 == Description == 13 13 14 **TW Form Entry Viewer ** is a lightweight plugin that captures **WPForms** form submissions and displays them on the **Form Entries** page in the WordPress admin dashboard, enabling entry management from the WordPress admin panel, no WPForms Pro required.14 **TW Form Entry Viewer for WPForms** is a lightweight plugin that captures **WPForms** form submissions and displays them on the **Form Entries** page in the WordPress admin dashboard, enabling entry management from the WordPress admin panel, no WPForms Pro required. 15 15 It offers a clean UI modeled after native WordPress tables and supports **CSV export**, bulk delete, pagination, and search, just like the WPForms Pro entries feature. 16 16 -
tw-form-entry-viewer/tags/1.0.0/tw-form-entry-viewer.php
r3439452 r3477728 1 1 <?php 2 2 /** 3 * Plugin Name: TW Form Entry Viewer 3 * Plugin Name: TW Form Entry Viewer for WPForms 4 4 * Plugin URI: https://technologywisdom.com/ 5 5 * Description: Capture and display WPForms submissions in the admin dashboard. Export to CSV, bulk delete. No WPForms Pro needed … … 67 67 ?> 68 68 <div class="wrap"> 69 <h1><?php esc_html_e('Tutorial: TW Form Entry Viewer ', 'tw-form-entry-viewer'); ?></h1>70 <p><?php esc_html_e('This tutorial explains how to use the TW Form Entry Viewer plugin:', 'tw-form-entry-viewer'); ?>69 <h1><?php esc_html_e('Tutorial: TW Form Entry Viewer for WPForms', 'tw-form-entry-viewer'); ?></h1> 70 <p><?php esc_html_e('This tutorial explains how to use the TW Form Entry Viewer for WPForms plugin:', 'tw-form-entry-viewer'); ?> 71 71 </p> 72 72 <ul style="margin-left: 20px; list-style: disc;"> -
tw-form-entry-viewer/trunk/readme.txt
r3438662 r3477728 1 === TW Form Entry Viewer ===1 === TW Form Entry Viewer for WPForms === 2 2 Contributors: technologywisdom 3 3 Tags: wpforms, form entries, entry viewer, export wpforms, csv export … … 12 12 == Description == 13 13 14 **TW Form Entry Viewer ** is a lightweight plugin that captures **WPForms** form submissions and displays them on the **Form Entries** page in the WordPress admin dashboard, enabling entry management from the WordPress admin panel, no WPForms Pro required.14 **TW Form Entry Viewer for WPForms** is a lightweight plugin that captures **WPForms** form submissions and displays them on the **Form Entries** page in the WordPress admin dashboard, enabling entry management from the WordPress admin panel, no WPForms Pro required. 15 15 It offers a clean UI modeled after native WordPress tables and supports **CSV export**, bulk delete, pagination, and search, just like the WPForms Pro entries feature. 16 16 -
tw-form-entry-viewer/trunk/tw-form-entry-viewer.php
r3439452 r3477728 1 1 <?php 2 2 /** 3 * Plugin Name: TW Form Entry Viewer 3 * Plugin Name: TW Form Entry Viewer for WPForms 4 4 * Plugin URI: https://technologywisdom.com/ 5 5 * Description: Capture and display WPForms submissions in the admin dashboard. Export to CSV, bulk delete. No WPForms Pro needed … … 67 67 ?> 68 68 <div class="wrap"> 69 <h1><?php esc_html_e('Tutorial: TW Form Entry Viewer ', 'tw-form-entry-viewer'); ?></h1>70 <p><?php esc_html_e('This tutorial explains how to use the TW Form Entry Viewer plugin:', 'tw-form-entry-viewer'); ?>69 <h1><?php esc_html_e('Tutorial: TW Form Entry Viewer for WPForms', 'tw-form-entry-viewer'); ?></h1> 70 <p><?php esc_html_e('This tutorial explains how to use the TW Form Entry Viewer for WPForms plugin:', 'tw-form-entry-viewer'); ?> 71 71 </p> 72 72 <ul style="margin-left: 20px; list-style: disc;">
Note: See TracChangeset
for help on using the changeset viewer.