?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/backwpup/inc/Settings/
Upload File :
Current File : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/backwpup/inc/Settings/SettingTab.php

<?php
/**
 * Settings tab interface.
 */

namespace Inpsyde\BackWPup\Settings;

/**
 * Class SettingTab.
 */
interface SettingTab {

	/**
	 * Render the settings tab contents.
	 *
	 * @return void
	 */
	public function tab();
}