REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.12 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/mailchimp-for-wp/includes/integrations/functions.php
Text
Base64
<?php defined('ABSPATH') or exit; /** * Gets an array of all registered integrations * * @since 3.0 * @access public * * @return MC4WP_Integration[] */ function mc4wp_get_integrations() { return mc4wp_get_service('integrations')->get_all(); } /** * Get an instance of a registered integration class * * @since 3.0 * @access public * * @param string $slug * * @return MC4WP_Integration */ function mc4wp_get_integration($slug) { return mc4wp_get_service('integrations')->get($slug); } /** * Register a new integration with Mailchimp for WordPress * * @since 3.0 * @access public * * @param string $slug * @param string $class * * @param bool $always_enabled */ function mc4wp_register_integration($slug, $class, $always_enabled = false) { return mc4wp_get_service('integrations')->register_integration($slug, $class, $always_enabled); } /** * Deregister a previously registered integration with Mailchimp for WordPress * * @since 3.0 * @access public * @param string $slug */ function mc4wp_deregister_integration($slug) { mc4wp_get_service('integrations')->deregister_integration($slug); }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
views
DIR
-
drwxr-xr-x
2026-06-02 02:37:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-admin.php
5.18 KB
lrw-r--r--
2026-05-05 15:22:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-integration-fixture.php
1.96 KB
lrw-r--r--
2026-03-09 12:01:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-integration-manager.php
5.17 KB
lrw-r--r--
2026-05-05 15:22:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-integration-tags.php
1.50 KB
lrw-r--r--
2026-05-05 15:22:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-integration.php
18.83 KB
lrw-r--r--
2026-06-01 10:03:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-user-integration.php
1.40 KB
lrw-r--r--
2026-03-09 12:01:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
functions.php
1.12 KB
lrw-r--r--
2026-06-01 10:03:40
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).