REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 2.01 KB
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/mailchimp-for-wp/integrations/bootstrap.php
Text
Base64
<?php /** * Try to include a file before each integration's settings page * * @param MC4WP_Integration $integration * @param array $opts * @ignore */ function mc4wp_admin_before_integration_settings(MC4WP_Integration $integration, $opts) { $file = __DIR__ . '/' . $integration->slug . '/admin-before.php'; if (file_exists($file)) { include $file; } } /** * Try to include a file before each integration's settings page * * @param MC4WP_Integration $integration * @param array $opts * @ignore */ function mc4wp_admin_after_integration_settings(MC4WP_Integration $integration, $opts) { $file = __DIR__ . '/' . $integration->slug . '/admin-after.php'; if (file_exists($file)) { include $file; } } add_action('mc4wp_admin_before_integration_settings', 'mc4wp_admin_before_integration_settings', 30, 2); add_action('mc4wp_admin_after_integration_settings', 'mc4wp_admin_after_integration_settings', 30, 2); // Register core integrations mc4wp_register_integration('wp-comment-form', 'MC4WP_Comment_Form_Integration'); mc4wp_register_integration('wp-registration-form', 'MC4WP_Registration_Form_Integration'); mc4wp_register_integration('buddypress', 'MC4WP_BuddyPress_Integration'); mc4wp_register_integration('easy-digital-downloads', 'MC4WP_Easy_Digital_Downloads_Integration'); mc4wp_register_integration('contact-form-7', 'MC4WP_Contact_Form_7_Integration', true); mc4wp_register_integration('events-manager', 'MC4WP_Events_Manager_Integration'); mc4wp_register_integration('memberpress', 'MC4WP_MemberPress_Integration'); mc4wp_register_integration('affiliatewp', 'MC4WP_AffiliateWP_Integration'); mc4wp_register_integration('give', 'MC4WP_Give_Integration'); mc4wp_register_integration('custom', 'MC4WP_Custom_Integration', true); mc4wp_register_integration('woocommerce', 'MC4WP_WooCommerce_Integration'); require __DIR__ . '/prosopo-procaptcha/bootstrap.php'; require __DIR__ . '/wpforms/bootstrap.php'; require __DIR__ . '/gravity-forms/bootstrap.php'; require __DIR__ . '/ninja-forms/bootstrap.php';
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 15 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
affiliatewp
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
buddypress
DIR
-
drwxr-xr-x
2025-04-30 03:17:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
contact-form-7
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
custom
DIR
-
drwxr-xr-x
2025-04-30 03:17:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
easy-digital-downloads
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
events-manager
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
give
DIR
-
drwxr-xr-x
2025-04-30 03:17:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gravity-forms
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
memberpress
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ninja-forms
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
prosopo-procaptcha
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
woocommerce
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
wp-comment-form
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
wp-registration-form
DIR
-
drwxr-xr-x
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
wpforms
DIR
-
drwxr-xr-x
2025-04-30 03:17:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bootstrap.php
2.01 KB
lrw-r--r--
2025-04-30 03:17:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).