Skip to content

Instantly share code, notes, and snippets.

@goodyis
goodyis / wpforms-programmatically-create-entry.php
Last active August 27, 2024 14:34 — forked from renventura/wpforms-programmatically-create-entry.php
Snippet for programmatically creating entries in WPForms.
<?php
/*
Plugin Name: CSV to WPForms Entry
Description: Process a CSV file from the plugin directory to create WPForms entries.
Version: 2.0
Author: Your Name
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly