'', 'description' => '', ); return $settings; } /** * Add White Label form * * @since 1.0.1 * * @param array $settings White label setting. * @return void */ public static function add_white_lavel_form( $settings = array() ) { require_once ASTRA_HOOKS_DIR . 'includes/white-label.php'; } } /** * Kicking this off by calling 'set_instance()' method */ Astra_Hooks_White_Label::set_instance(); endif;