name = esc_html__( 'Setup', 'wpforms-lite' ); $this->slug = 'setup'; $this->icon = 'fa-cog'; $this->order = 5; } /** * Enqueue assets for the builder. * * @since 1.0.0 */ public function enqueues() { // CSS. wp_enqueue_style( 'wpforms-builder-setup', WPFORMS_PLUGIN_URL . 'assets/css/admin-builder-setup.css', null, WPFORMS_VERSION ); } /** * Outputs the Settings panel primary content. * * @since 1.0.0 */ public function panel_content() { $core_templates = apply_filters( 'wpforms_form_templates_core', array() ); $additional_templates = apply_filters( 'wpforms_form_templates', array() ); $additional_count = count( $additional_templates ); ?>
blank form.', 'wpforms-lite' ), array( 'strong' => array(), 'a' => array( 'href' => array(), 'class' => array(), ), ) ); ?>
template_select_options( $core_templates, 'core' ); ?>We\'d love to hear it. Also, you can create your own templates!', 'wpforms-lite' ), array( 'a' => array( 'href' => array(), 'target' => array(), 'rel' => array(), ), ) ), 'https://wpforms.com/form-template-suggestion/', 'https://wpforms.com/docs/how-to-create-a-custom-form-template/' ); ?>
Form Templates Pack addon or by creating your own.', 'wpforms-lite' ), array( 'a' => array( 'href' => array(), 'target' => array(), 'rel' => array(), ), ) ), 'https://wpforms.com/addons/form-templates-pack-addon/', 'https://wpforms.com/docs/how-to-create-a-custom-form-template/' ); ?>
'; echo '