Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wpforms-.../lite/template.../educatio.../admin/settings
File: integrations-item.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Admin/Integrations item Education template for Lite.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.6.6
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $clear_slug Clear slug (without `wpforms-` prefix).
[6] Fix | Delete
* @var string $modal_name Name of the addon used in modal window.
[7] Fix | Delete
* @var string $license_level License level.
[8] Fix | Delete
* @var string $name Name of the addon.
[9] Fix | Delete
* @var string $icon Addon icon.
[10] Fix | Delete
* @var string $video Video URL.
[11] Fix | Delete
*/
[12] Fix | Delete
[13] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[14] Fix | Delete
exit;
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
?>
[18] Fix | Delete
<div id="wpforms-integration-<?php echo esc_attr( $clear_slug ); ?>"
[19] Fix | Delete
class="wpforms-settings-provider wpforms-clear focus-out education-modal"
[20] Fix | Delete
data-name="<?php echo esc_attr( $modal_name ); ?>"
[21] Fix | Delete
data-action="upgrade"
[22] Fix | Delete
data-video="<?php echo esc_url( $video ); ?>"
[23] Fix | Delete
data-license="<?php echo esc_attr( $license_level ); ?>">
[24] Fix | Delete
<div class="wpforms-settings-provider-header wpforms-clear">
[25] Fix | Delete
<div class="wpforms-settings-provider-logo ">
[26] Fix | Delete
<i class="fa fa-chevron-right"></i>
[27] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/' . $icon ); ?>" alt="<?php echo esc_attr( $modal_name ); ?>">
[28] Fix | Delete
</div>
[29] Fix | Delete
<div class="wpforms-settings-provider-info">
[30] Fix | Delete
<h3><?php echo esc_html( $name ); ?></h3>
[31] Fix | Delete
<p>
[32] Fix | Delete
<?php
[33] Fix | Delete
printf( /* translators: %s - provider name. */
[34] Fix | Delete
esc_html__( 'Integrate %s with WPForms', 'wpforms-lite' ),
[35] Fix | Delete
esc_html( $name )
[36] Fix | Delete
);
[37] Fix | Delete
?>
[38] Fix | Delete
</p>
[39] Fix | Delete
</div>
[40] Fix | Delete
</div>
[41] Fix | Delete
</div>
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function