Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
themify-...
/
modules
•
File:
module-callout.php
•
Content:
<?php defined('ABSPATH') || exit; /** * Module Name: Callout * 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 { return 'announcement'; } public static function get_js_css():array { return array( 'css' => 1 ); } public static function get_styling_image_fields() : array { return [ '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' ]; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List