Sindbad~EG File Manager

Current Path : /home/frekansk/www/wp-content/plugins/learnpress/config/settings/gateway/
Upload File :
Current File : /home/frekansk/www/wp-content/plugins/learnpress/config/settings/gateway/offline-payment.php

<?php
/**
 * Fields settings Offline Payment
 */

/**
 * @var LP_Gateway_Offline_Payment $lp_gateway_offline_payment
 */
if ( ! isset( $lp_gateway_offline_payment ) ) {
	return [];
}

return apply_filters(
	'learn-press/gateway-payment/offline-payment/settings',
	array(
		array(
			'type' => 'title',
		),
		array(
			'title'   => __( 'Enable', 'learnpress' ),
			'id'      => '[enable]',
			'default' => 'yes',
			'type'    => 'checkbox',
		),
		array(
			'title'   => __( 'Testing Mode', 'learnpress' ),
			'id'      => '[sandbox]',
			'default' => 'no',
			'type'    => 'checkbox',
			'desc'    => __( 'Auto complete the order for testing purpose.', 'learnpress' ),
		),
		array(
			'title'   => __( 'Instruction', 'learnpress' ),
			'id'      => '[description]',
			'default' => $lp_gateway_offline_payment->description,
			'type'    => 'textarea',
		),
		array(
			'type' => 'sectionend',
		),
	)
);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists