🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 10:34:00 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
plugins
/
wpforms-lite
/
src
/
Integrations
📍 /home/therahul/ramailobhela.com/wp-content/plugins/wpforms-lite/src/Integrations
🔄 Refresh
✏️
Editing: IntegrationInterface.php
Writable
<?php namespace WPForms\Integrations; /** * Interface IntegrationInterface defines required methods for integrations to work properly. * * @since 1.4.8 */ interface IntegrationInterface { /** * Indicate if current integration is allowed to load. * * @since 1.4.8 * * @return bool */ public function allow_load(); /** * Load an integration. * * @since 1.4.8 */ public function load(); }
💾 Save Changes
❌ Cancel