/home/vianto5/.trash/cititower.mx/wp-content/plugins/wpforms/src/Admin/Builder/Settings
Edit: /home/vianto5/.trash/cititower.mx/wp-content/plugins/wpforms/src/Admin/Builder/Settings/Themes.php (4713B)
hooks();
}
/**
* Register hooks.
*
* @since 1.8.8
*/
protected function hooks() {
add_action( 'wpforms_form_settings_panel_content', [ $this, 'panel_content' ], 10, 0 );
}
/**
* Add a content for `Themes` panel.
*
* @since 1.8.8
*/
public function panel_content() {
?>
get_top_alert();
$this->get_main_content();
?>
get_bottom_alert(); ?>
is_using_modern_markup() ) {
return;
}
?>
is_using_modern_markup() ) {
return;
}
$url = wpforms_utm_link( 'https://wpforms.com/features/suggest/', 'Builder Themes', 'Theme Request Link' );
?>
Learn more about styling your forms', 'wpforms-lite' ),
esc_url( $url )
),
[
'a' => [
'href' => [],
'target' => [],
],
'br' => [],
]
);
?>