: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
class Themify_Builder_Component_Base {//deprecated
public static $disable_inline_edit = false;//deprecated use Themify_Builder_Component_Module
public static function parse_animation_effect($settings, array $attr = array()) {//deprecated use instead Themify_Builder_Component_Module::parse_animation_effect
return Themify_Builder_Component_Module::parse_animation_effect($settings,$attr);
public static function sticky_element_props(array $props,array $fields_args) {//deprecated use instead Themify_Builder_Component_Module::parse_animation_effect
return Themify_Builder_Component_Module::sticky_element_props($props, $fields_args);
public static function get_element_attributes($props) {
return themify_get_element_attributes($props);
* Retrieve builder templates
* @param string $template_path
* @param string $default_path
public static function retrieve_template($template_name, $args = array(), $template_path = '', $default_path = '', $echo = true) {
return Themify_Builder_Component_Module::retrieve_template($template_name, $args, $template_path, $default_path, $echo);
* @param string $template_path
* @param string $default_path
public static function get_template($template_name, $args = array(), $template_path = '', $default_path = '') {
Themify_Builder_Component_Module::get_template($template_name, $args, $template_path, $default_path);
* Locate a template and return the path for inclusion.
* This is the load order:
* yourtheme / $template_path / $template_name
* $default_path / $template_name
public static function locate_template($template_name, $template_path = '', $default_path = '') {
return Themify_Builder_Component_Module::locate_template($template_name, $template_path, $default_path);
public static function get_paged_query() {
return Themify_Builder_Component_Module::get_paged_query();
public static function get_param_value(string $string) {
return Themify_Builder_Component_Module::get_param_value( $string );
public static function add_inline_edit_fields($name, $condition = true, $hasEditor = false, $repeat = false, $index = -1, $echo = true) {