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/redux-fr.../redux-co.../template.../panel
File: footer.tpl.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The template for the panel footer area.
[2] Fix | Delete
* Override this template by specifying the path where it is stored (templates_path) in your Redux config.
[3] Fix | Delete
*
[4] Fix | Delete
* @author Redux Framework
[5] Fix | Delete
* @package ReduxFramework/Templates
[6] Fix | Delete
* @version: 4.4.2
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
// Exit if accessed directly.
[10] Fix | Delete
defined( 'ABSPATH' ) || exit;
[11] Fix | Delete
[12] Fix | Delete
?>
[13] Fix | Delete
<div id="redux-sticky-padder" style="display: none;">&nbsp;</div>
[14] Fix | Delete
<div id="redux-footer-sticky">
[15] Fix | Delete
<div id="redux-footer">
[16] Fix | Delete
<?php
[17] Fix | Delete
if ( isset( $this->parent->args['share_icons'] ) ) {
[18] Fix | Delete
$skip_icons = false;
[19] Fix | Delete
[20] Fix | Delete
if ( ! $this->parent->args['dev_mode'] && $this->parent->args_class->omit_icons ) {
[21] Fix | Delete
$skip_icons = true;
[22] Fix | Delete
}
[23] Fix | Delete
?>
[24] Fix | Delete
<div id="redux-share">
[25] Fix | Delete
<?php
[26] Fix | Delete
foreach ( $this->parent->args['share_icons'] as $links ) {
[27] Fix | Delete
if ( $skip_icons ) {
[28] Fix | Delete
continue;
[29] Fix | Delete
}
[30] Fix | Delete
// SHIM, use URL now.
[31] Fix | Delete
if ( isset( $links['link'] ) && ! empty( $links['link'] ) ) {
[32] Fix | Delete
$links['url'] = $links['link'];
[33] Fix | Delete
unset( $links['link'] );
[34] Fix | Delete
}
[35] Fix | Delete
if ( isset( $links['icon'] ) && ! empty( $links['icon'] ) ) {
[36] Fix | Delete
if ( strpos( $links['icon'], 'el-icon' ) !== false && strpos( $links['icon'], 'el ' ) === false ) {
[37] Fix | Delete
$links['icon'] = 'el ' . $links['icon'];
[38] Fix | Delete
}
[39] Fix | Delete
}
[40] Fix | Delete
?>
[41] Fix | Delete
<a href="<?php echo esc_url( $links['url'] ); ?>" title="<?php echo esc_attr( $links['title'] ); ?>" target="_blank">
[42] Fix | Delete
<?php if ( isset( $links['icon'] ) && ! empty( $links['icon'] ) ) { ?>
[43] Fix | Delete
<i class="<?php echo esc_attr( $links['icon'] ); ?>"></i>
[44] Fix | Delete
<?php } else { ?>
[45] Fix | Delete
<img alt="<?php echo esc_url( $links['img'] ); ?>" src="<?php echo esc_url( $links['img'] ); ?>"/>
[46] Fix | Delete
<?php } ?>
[47] Fix | Delete
</a>
[48] Fix | Delete
<?php } ?>
[49] Fix | Delete
</div>
[50] Fix | Delete
<?php } ?>
[51] Fix | Delete
[52] Fix | Delete
<div class="redux-action_bar">
[53] Fix | Delete
<span class="spinner"></span>
[54] Fix | Delete
<?php
[55] Fix | Delete
if ( false === $this->parent->args['hide_save'] ) {
[56] Fix | Delete
submit_button( esc_html__( 'Save Changes', 'redux-framework' ), 'primary', 'redux_save', false, array( 'id' => 'redux_bottom_save' ) );
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
if ( false === $this->parent->args['hide_reset'] ) {
[60] Fix | Delete
submit_button( esc_html__( 'Reset Section', 'redux-framework' ), 'secondary', $this->parent->args['opt_name'] . '[defaults-section]', false, array( 'id' => 'redux-defaults-section-bottom' ) );
[61] Fix | Delete
submit_button( esc_html__( 'Reset All', 'redux-framework' ), 'secondary', $this->parent->args['opt_name'] . '[defaults]', false, array( 'id' => 'redux-defaults-bottom' ) );
[62] Fix | Delete
}
[63] Fix | Delete
?>
[64] Fix | Delete
</div>
[65] Fix | Delete
<div class="clear"></div>
[66] Fix | Delete
</div>
[67] Fix | Delete
</div>
[68] Fix | Delete
[69] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function