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/clone/wp-conte.../plugins/wpforms-.../lite/template.../educatio.../builder
File: settings-item.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Builder/Settings 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 $video Video URL.
[10] Fix | Delete
* @var string $utm_content UTM content.
[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
<a href="#"
[19] Fix | Delete
class="wpforms-panel-sidebar-section wpforms-panel-sidebar-section-<?php echo esc_attr( $clear_slug ); ?> education-modal"
[20] Fix | Delete
data-name="<?php echo esc_attr( $modal_name ); ?>"
[21] Fix | Delete
data-slug="<?php echo esc_attr( $clear_slug ); ?>"
[22] Fix | Delete
data-video="<?php echo esc_url( $video ); ?>"
[23] Fix | Delete
data-license="<?php echo esc_attr( $license_level ); ?>"
[24] Fix | Delete
data-utm-content="<?php echo esc_attr( $utm_content ); ?>">
[25] Fix | Delete
<?php echo esc_html( $name ); ?>
[26] Fix | Delete
<i class="fa fa-angle-right wpforms-toggle-arrow"></i>
[27] Fix | Delete
</a>
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function