Edit File by line
/home/zeestwma/ceyloniy.../wp-conte.../plugins/wpforms-.../template.../integrat.../elemento...
File: form-selector.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Forms selector for Elementor page builder.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.6.2
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $forms Rendered <option>s for the select tag.
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( ! \defined( 'ABSPATH' ) ) {
[9] Fix | Delete
exit;
[10] Fix | Delete
}
[11] Fix | Delete
?>
[12] Fix | Delete
<div class="wpforms-elementor wpforms-elementor-form-selector">
[13] Fix | Delete
[14] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/wpforms-logo.svg' ); ?>" alt="WPForms Logo"/>
[15] Fix | Delete
[16] Fix | Delete
<div class="select-wrapper">
[17] Fix | Delete
<select>
[18] Fix | Delete
<?php echo $forms; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
[19] Fix | Delete
</select>
[20] Fix | Delete
</div>
[21] Fix | Delete
[22] Fix | Delete
</div>
[23] Fix | Delete
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function