PHP 8.2.31
Preview: ImportViewsInterface.php Size: 598 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wpforms-lite/src/Admin/Tools/Import/Views/ImportViewsInterface.php

<?php

namespace WPForms\Admin\Tools\Import\Views;

/**
 * Import Views Interface.
 *
 * @since 1.10.1
 */
interface ImportViewsInterface {

	/**
	 * Initialize class.
	 *
	 * @since 1.10.1
	 */
	public function init(): void;

	/**
	 * Check if the current user has the capability to view the page.
	 *
	 * @since 1.10.1
	 *
	 * @return bool
	 */
	public function current_user_can(): bool;

	/**
	 * Page content.
	 *
	 * @since 1.10.1
	 */
	public function display(): void;

	/**
	 * Get the Tab label.
	 *
	 * @since 1.10.1
	 *
	 * @return string
	 */
	public function get_tab_label(): string;
}

Directory Contents

Dirs: 1 × Files: 1

Name Size Perms Modified Actions
Forms DIR
- drwxr-xr-x 2026-06-04 03:43:03
Edit Download
598 B lrw-r--r-- 2026-05-28 15:16:52
Edit Download

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