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: did-you-know.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Builder/DidYouKnow Education template for Lite.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.6.6
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $desc Message body.
[6] Fix | Delete
* @var string $more Learn More button URL.
[7] Fix | Delete
* @var string $link Upgrade to Pro page URL.
[8] Fix | Delete
* @var string $section The slug of the dismissible section.
[9] Fix | Delete
*/
[10] Fix | Delete
[11] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[12] Fix | Delete
exit;
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
?>
[16] Fix | Delete
<section class="wpforms-dyk wpforms-dismiss-container">
[17] Fix | Delete
<div class="wpforms-dyk-fbox wpforms-dismiss-out">
[18] Fix | Delete
<div class="wpforms-dyk-message">
[19] Fix | Delete
<b><?php esc_html_e( 'Did You Know?', 'wpforms-lite' ); ?></b><br>
[20] Fix | Delete
<?php echo esc_html( $desc ); ?>
[21] Fix | Delete
</div>
[22] Fix | Delete
<div class="wpforms-dyk-buttons">
[23] Fix | Delete
<?php
[24] Fix | Delete
if ( ! empty( $more ) ) {
[25] Fix | Delete
echo '<a href="' . esc_url( $more ) . '" class="learn-more">' . esc_html__( 'Learn More', 'wpforms-lite' ) . '</a>';
[26] Fix | Delete
}
[27] Fix | Delete
?>
[28] Fix | Delete
<a href="<?php echo esc_url( $link ); ?>" target="_blank" rel="noopener noreferrer" class="wpforms-btn wpforms-btn-md wpforms-btn-light-grey"><?php esc_html_e( 'Upgrade to Pro', 'wpforms-lite' ); ?></a>
[29] Fix | Delete
<button type="button" class="wpforms-dismiss-button" title="<?php esc_attr_e( 'Dismiss this message.', 'wpforms-lite' ); ?>" data-section="builder-did-you-know-<?php echo esc_attr( $section ); ?>"></button>
[30] Fix | Delete
</div>
[31] Fix | Delete
</div>
[32] Fix | Delete
</section>
[33] Fix | Delete
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function