PHP 8.2.31
Preview: ModeToggle.php Size: 685 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/ModeToggle.php

<?php

namespace WPForms\Admin\Payments\Views\Overview;

/**
 * Payments Overview Mode Toggle class.
 *
 * @since 1.8.2
 */
class ModeToggle {

	/**
	 * Determine if the toggle should be displayed and render it.
	 *
	 * @since 1.8.2
	 */
	public function display() {

		// Bail early if no payments are found in test mode.
		if ( ! Helpers::is_test_payment_exists() ) {
			return;
		}

		$this->render();
	}

	/**
	 * Display the toggle button.
	 *
	 * @since 1.8.2
	 */
	private function render() {

		// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
		echo wpforms_render(
			'admin/payments/mode-toggle',
			[
				'mode' => Page::get_mode(),
			],
			true
		);
	}
}

Directory Contents

Dirs: 1 × Files: 10

Name Size Perms Modified Actions
Traits DIR
- drwxr-xr-x 2026-06-03 14:57:36
Edit Download
16.98 KB lrw-r--r-- 2026-06-03 14:57:36
Edit Download
4.35 KB lrw-r--r-- 2026-06-03 14:57:36
Edit Download
8.04 KB lrw-r--r-- 2026-06-03 14:57:36
Edit Download
4.81 KB lrw-r--r-- 2026-06-03 14:57:36
Edit Download
4.79 KB lrw-r--r-- 2026-06-03 14:57:36
Edit Download
2.59 KB lrw-r--r-- 2026-06-03 14:57:36
Edit Download
685 B lrw-r--r-- 2026-06-03 14:57:36
Edit Download
14.18 KB lrw-r--r-- 2026-06-03 14:57:36
Edit Download
7.66 KB lrw-r--r-- 2026-06-03 14:57:36
Edit Download
36.84 KB lrw-r--r-- 2026-06-03 14:57:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).