| @@ -1,8 +1,13 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 4 | + exit; | |
| 5 | +} | |
| 6 | + | |
| 7 | + | |
| 3 | 8 | fusion_builder_map( array( |
| 4 | - 'name' => esc_attr__( $widget, 'propertyhive' ), | |
| 9 | + 'name' => esc_attr__( 'Property EPCs', 'propertyhive' ), | |
| 5 | 10 | 'shortcode' => 'avada_' . str_replace("-", "_", sanitize_title($widget)), |
| 6 | 11 | 'icon' => 'fusiona-video', // Use a Fusion icon |
| 7 | 12 | 'preview' => dirname( PH_PLUGIN_FILE ) . '/includes/avada-widgets/' . sanitize_title($widget) . '-preview.php', |
| 8 | 13 | 'preview_id' => 'fusion-builder-block-module-' . sanitize_title($widget) . '-preview-template', |
| @@ -8,14 +13,14 @@ | ||
| 8 | 13 | 'preview_id' => 'fusion-builder-block-module-' . sanitize_title($widget) . '-preview-template', |
| 9 | 14 | 'params' => array( |
| 10 | 15 | [ |
| 11 | 16 | 'type' => 'radio_button_set', |
| 12 | - 'heading' => esc_attr__( 'Show Title', 'fusion-builder' ), | |
| 17 | + 'heading' => esc_attr__( 'Show Title', 'propertyhive' ), | |
| 13 | 18 | 'param_name' => 'show_title', |
| 14 | 19 | 'value' => [ |
| 15 | - 'yes' => esc_attr__( 'Yes', 'fusion-builder' ), | |
| 16 | - 'no' => esc_attr__( 'No', 'fusion-builder' ), | |
| 20 | + 'yes' => esc_attr__( 'Yes', 'propertyhive' ), | |
| 21 | + 'no' => esc_attr__( 'No', 'propertyhive' ), | |
| 17 | 22 | ], |
| 18 | 23 | 'default' => 'yes', |
| 19 | 24 | ], |
| 20 | 25 | ), |
| 21 | 26 | ) ); |