Submit
Path:
~
/
home
/
getwphos
/
www
/
giulianos
/
wp-content
/
plugins
/
wpforms-lite
/
src
/
Integrations
/
Square
/
Integrations
/
File Content:
IntegrationInterface.php
<?php namespace WPForms\Integrations\Square\Integrations; /** * Interface defines required methods for integrations to work properly. * * @since 1.9.5 */ interface IntegrationInterface { /** * Indicate whether current integration is allowed to load. * * @since 1.9.5 * * @return bool */ public function allow_load(): bool; /** * Register hooks. * * @since 1.9.5 */ public function hooks(); /** * Determine whether editor page is loaded. * * @since 1.9.5 * * @return bool */ public function is_editor_page(): bool; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
BlockEditor.php
2861 bytes
0644
Divi.php
2126 bytes
0644
Elementor.php
1695 bytes
0644
IntegrationInterface.php
563 bytes
0644
Loader.php
1125 bytes
0644
N4ST4R_ID | Naxtarrr