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.../public_h.../wp-conte.../plugins/themify-.../includes/componen...
File: base.php
<?php
[0] Fix | Delete
[1] Fix | Delete
class Themify_Builder_Component_Base {//deprecated
[2] Fix | Delete
[3] Fix | Delete
public static $disable_inline_edit = false;//deprecated use Themify_Builder_Component_Module
[4] Fix | Delete
[5] Fix | Delete
[6] Fix | Delete
[7] Fix | Delete
public static function parse_animation_effect($settings, array $attr = array()) {//deprecated use instead Themify_Builder_Component_Module::parse_animation_effect
[8] Fix | Delete
return Themify_Builder_Component_Module::parse_animation_effect($settings,$attr);
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
[12] Fix | Delete
public static function sticky_element_props(array $props,array $fields_args) {//deprecated use instead Themify_Builder_Component_Module::parse_animation_effect
[13] Fix | Delete
return Themify_Builder_Component_Module::sticky_element_props($props, $fields_args);
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
/**
[17] Fix | Delete
* @deprecated
[18] Fix | Delete
*/
[19] Fix | Delete
public static function get_element_attributes($props) {
[20] Fix | Delete
return themify_get_element_attributes($props);
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
/**
[24] Fix | Delete
* Retrieve builder templates
[25] Fix | Delete
* @param $template_name
[26] Fix | Delete
* @param array $args
[27] Fix | Delete
* @param string $template_path
[28] Fix | Delete
* @param string $default_path
[29] Fix | Delete
* @param bool $echo
[30] Fix | Delete
* @return string|VOID
[31] Fix | Delete
*/
[32] Fix | Delete
public static function retrieve_template($template_name, $args = array(), $template_path = '', $default_path = '', $echo = true) {
[33] Fix | Delete
return Themify_Builder_Component_Module::retrieve_template($template_name, $args, $template_path, $default_path, $echo);
[34] Fix | Delete
}
[35] Fix | Delete
[36] Fix | Delete
/**
[37] Fix | Delete
* Get template builder
[38] Fix | Delete
* @param $template_name
[39] Fix | Delete
* @param array $args
[40] Fix | Delete
* @param string $template_path
[41] Fix | Delete
* @param string $default_path
[42] Fix | Delete
*/
[43] Fix | Delete
public static function get_template($template_name, $args = array(), $template_path = '', $default_path = '') {
[44] Fix | Delete
Themify_Builder_Component_Module::get_template($template_name, $args, $template_path, $default_path);
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
/**
[48] Fix | Delete
* Locate a template and return the path for inclusion.
[49] Fix | Delete
*
[50] Fix | Delete
* This is the load order:
[51] Fix | Delete
*
[52] Fix | Delete
* yourtheme / $template_path / $template_name
[53] Fix | Delete
* $default_path / $template_name
[54] Fix | Delete
*/
[55] Fix | Delete
public static function locate_template($template_name, $template_path = '', $default_path = '') {
[56] Fix | Delete
return Themify_Builder_Component_Module::locate_template($template_name, $template_path, $default_path);
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
/**
[60] Fix | Delete
* Deprecated
[61] Fix | Delete
*/
[62] Fix | Delete
public static function get_paged_query() {
[63] Fix | Delete
return Themify_Builder_Component_Module::get_paged_query();
[64] Fix | Delete
}
[65] Fix | Delete
[66] Fix | Delete
/**
[67] Fix | Delete
* Deprecated
[68] Fix | Delete
*/
[69] Fix | Delete
public static function get_param_value(string $string) {
[70] Fix | Delete
return Themify_Builder_Component_Module::get_param_value( $string );
[71] Fix | Delete
}
[72] Fix | Delete
[73] Fix | Delete
/**
[74] Fix | Delete
* Deprecated
[75] Fix | Delete
*/
[76] Fix | Delete
public static function add_inline_edit_fields($name, $condition = true, $hasEditor = false, $repeat = false, $index = -1, $echo = true) {
[77] Fix | Delete
return '';
[78] Fix | Delete
}
[79] Fix | Delete
[80] Fix | Delete
}
[81] Fix | Delete
[82] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function