| @@ -1,9 +1,9 @@ | ||
| 1 | -<?php | |
| 2 | -if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly | |
| 3 | - | |
| 4 | -return [ | |
| 5 | - 'title' => esc_html__( 'Featured Box', 'ultimate-store-kit' ), | |
| 6 | - 'required' => true, | |
| 7 | - 'default_activation' => false, | |
| 8 | - 'has_style' => true, | |
| 9 | -]; | |
| 1 | +<?php | |
| 2 | +if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly | |
| 3 | + | |
| 4 | +return [ | |
| 5 | + 'title' => esc_html__( 'Featured Box', 'ultimate-store-kit' ), | |
| 6 | + 'required' => true, | |
| 7 | + 'default_activation' => true, | |
| 8 | + 'has_style' => true, | |
| 9 | +]; | |