: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
defined('ABSPATH') || exit;
* Description: Display Callout content
class TB_Callout_Module extends Themify_Builder_Component_Module {
public static function get_module_name():string {
return __('Callout', 'themify');
public static function get_module_icon():string {
public static function get_js_css():array {
public static function get_styling_image_fields() : array {
'background_image' => '.module'
public static function get_translatable_text_fields( $module ) : array {
return [ 'mod_title_callout', 'heading_callout', 'action_btn_text_callout' ];
public static function get_translatable_textarea_fields( $module ) : array {
return [ 'text_callout' ];
public static function get_translatable_link_fields( $module ) : array {
return [ 'action_btn_link_callout' ];