Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
wpforms-lite
/
src
/
Providers
/
Provider
/
Settings
/
File Content:
FormBuilderInterface.php
<?php namespace WPForms\Providers\Provider\Settings; /** * Interface FormBuilderInterface defines required method for builder to work properly. * * @since 1.4.7 */ interface FormBuilderInterface { /** * Every provider should display a title in a Builder. * * @since 1.4.7 */ public function display_sidebar(); /** * Every provider should display a content of its settings in a Builder. * * @since 1.4.7 */ public function display_content(); /** * Use this method to register own templates for form builder. * Make sure, that you have `tmpl-` in template name in `<script id="tmpl-*">`. * * @since 1.4.7 */ public function builder_custom_templates(); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
FormBuilder.php
19946 bytes
0644
FormBuilderInterface.php
693 bytes
0644
PageIntegrations.php
8923 bytes
0644
PageIntegrationsInterface.php
579 bytes
0644
N4ST4R_ID | Naxtarrr