Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/store/wp-content/plugins/wpforms-lite/templates/integrations/elementor/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/store/wp-content/plugins/wpforms-lite/templates/integrations/elementor/form-selector.php
<?php
/**
 * Forms selector for Elementor page builder.
 *
 * @since 1.6.2
 *
 * @var string $forms Rendered <option>s for the select tag.
 */

if ( ! \defined( 'ABSPATH' ) ) {
	exit;
}
?>
<div class="wpforms-elementor wpforms-elementor-form-selector">

	<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/wpforms-logo.svg' ); ?>" alt="WPForms Logo"/>

	<div class="select-wrapper">
		<select>
			<?php echo $forms; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
		</select>
	</div>

</div>


Hry