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/embedpre.../EmbedPre.../Ends/Back/Settings/template...
File: shortcode.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
* Shortcode Settings page
[2] Fix | Delete
* All undefined vars comes from 'render_settings_page' method
[3] Fix | Delete
*/
[4] Fix | Delete
?>
[5] Fix | Delete
<div class="embedpress__settings background__white radius-16 p-24">
[6] Fix | Delete
<h3><?php esc_html_e( "Shortcode", "embedpress" ); ?></h3>
[7] Fix | Delete
<div class="shortcode-settings-wrapper">
[8] Fix | Delete
<div class="embedpress__shortcode">
[9] Fix | Delete
<p class="shortcode__text"><?php printf( esc_html__( "EmbedPress has direct integration with Classic, Gutenberg and Elementor Editor. But for other page editor you can use EmbedPress shortcode feature. To generate shortcode simply insert your link, click %s'Generate'%s button and then copy your shortcode. For details, check out this %sdocumentation%s.", "embedpress" ),'<strong>', '</strong>','<a class="ep-link" href="https://embedpress.com/docs/how-to-use-embedpress-shortcodes-page-builders/" target="_blank">', '</a>'); ?></p>
[10] Fix | Delete
<div class="shortcode__form form__inline mb-20">
[11] Fix | Delete
<div class="form__group">
[12] Fix | Delete
<input type="url" id="ep-link" class="form__control" placeholder="<?php esc_attr_e( "Place your link here to generate shortcode", "embedpress" ); ?>">
[13] Fix | Delete
</div>
[14] Fix | Delete
<button class="button button__redColor" id="ep-shortcode-btn"><?php esc_html_e( "Generate", "embedpress" ); ?></button>
[15] Fix | Delete
</div>
[16] Fix | Delete
<div class="shortcode__form form__inline">
[17] Fix | Delete
<div class="form__group">
[18] Fix | Delete
<input type="text" class="form__control" id="ep-shortcode" readonly>
[19] Fix | Delete
</div>
[20] Fix | Delete
<button class="button button__themeColor copy__button" id="ep-shortcode-cp"><i class="ep-icon ep-copy"></i><span>Copy Link</span></button>
[21] Fix | Delete
</div>
[22] Fix | Delete
</div>
[23] Fix | Delete
<?php if (empty($pro_active) || !$pro_active) : ?>
[24] Fix | Delete
<div class="embedpress-upgrade-pro-sidebar">
[25] Fix | Delete
<div class="gradient-color">
[26] Fix | Delete
<img class="embedpress-banner" src="<?php echo esc_url('https://embedpress.com/wp-content/uploads/2023/10/Mega-Page.gif'); ?>" alt="">
[27] Fix | Delete
[28] Fix | Delete
<ul class="feature-list">
[29] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('Social Share', 'embedpress'); ?></li>
[30] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('Lazy Loading', 'embedpress'); ?></li>
[31] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('SEO Optimized', 'embedpress'); ?></li>
[32] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('Custom Branding', 'embedpress'); ?></li>
[33] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('Content Protection', 'embedpress'); ?></li>
[34] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('Custom Audio & Video Player', 'embedpress'); ?></li>
[35] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('PDF & Documents Embedding', 'embedpress'); ?></li>
[36] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('Embed From 150+ Sources', 'embedpress'); ?></li>
[37] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('Wrapper Support', 'embedpress'); ?></li>
[38] Fix | Delete
<li><img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/check2.svg'); ?>" alt=""><?php echo esc_html__('& Many more...', 'embedpress'); ?></li>
[39] Fix | Delete
</ul>
[40] Fix | Delete
[41] Fix | Delete
<a class="pro-upgrade-button" target="_blank" href="<?php echo esc_url('https://wpdeveloper.com/in/upgrade-embedpress'); ?>"><?php echo esc_html__('Upgrade to Pro', 'embedpress'); ?> <img src="<?php echo esc_url(EMBEDPRESS_SETTINGS_ASSETS_URL . 'img/external-white.svg'); ?>" alt=""></a>
[42] Fix | Delete
[43] Fix | Delete
</div>
[44] Fix | Delete
[45] Fix | Delete
</div>
[46] Fix | Delete
<?php endif; ?>
[47] Fix | Delete
</div>
[48] Fix | Delete
[49] Fix | Delete
</div>
[50] Fix | Delete
[51] Fix | Delete
[52] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function