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/themify-.../themify/themify-...
File: themify-metabox.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
Plugin Name: Themify Metabox API
[2] Fix | Delete
Version: 1.0.4
[3] Fix | Delete
Author: Themify
[4] Fix | Delete
Author URI: https://themify.me/
[5] Fix | Delete
Description: Generate custom metaboxes for admin pages easily and efficiently.
[6] Fix | Delete
Text Domain: themify
[7] Fix | Delete
Domain Path: /languages
[8] Fix | Delete
License: GNU General Public License v2.0
[9] Fix | Delete
License URI: http://www.gnu.org/licenses/gpl-2.0.html
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
defined( 'ABSPATH' ) || exit;
[13] Fix | Delete
[14] Fix | Delete
if( ! defined( 'THEMIFY_METABOX_DIR' ) ) {
[15] Fix | Delete
define( 'THEMIFY_METABOX_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
[16] Fix | Delete
}
[17] Fix | Delete
if( ! defined( 'THEMIFY_METABOX_URI' ) ) {
[18] Fix | Delete
define( 'THEMIFY_METABOX_URI', trailingslashit( plugin_dir_url( __FILE__ ) ) );
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
if( ! function_exists( 'themify_metabox_bootstrap' ) ) :
[22] Fix | Delete
/**
[23] Fix | Delete
* Load and bootstrap Themify Metabox API
[24] Fix | Delete
*
[25] Fix | Delete
* @since 1.0
[26] Fix | Delete
*/
[27] Fix | Delete
function themify_metabox_bootstrap() {
[28] Fix | Delete
if( ! class_exists( 'Themify_Metabox',false ) ) {
[29] Fix | Delete
require_once( THEMIFY_METABOX_DIR . 'includes/themify-metabox-core.php' );
[30] Fix | Delete
}
[31] Fix | Delete
}
[32] Fix | Delete
endif;
[33] Fix | Delete
add_action( 'after_setup_theme', 'themify_metabox_bootstrap', 20 );
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function