Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable storing form data in TablePress #48

Merged
merged 24 commits into from
Dec 16, 2024
Merged

Enable storing form data in TablePress #48

merged 24 commits into from
Dec 16, 2024

Conversation

kasparsd
Copy link
Owner

Fixes #36.

require_once __DIR__ . '/src/class-cf7-extras.php';

$plugin = Cf7_Extras::instance();
$plugin->set_plugin_dir( __DIR__ );
$plugin->init();

add_action( 'plugins_loaded', array( $plugin, 'init' ) );
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Load later to allow disabling, if needed.

@kasparsd kasparsd merged commit aee3cbd into master Dec 16, 2024
1 check passed
@kasparsd kasparsd deleted the add-table-press branch December 16, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store form submissions in TablePress
1 participant