b0y-101 Mini Shell


Current Path : E:/www/raff/wp-content/plugins/wpforms/src/Integrations/
File Upload :
Current File : E:/www/raff/wp-content/plugins/wpforms/src/Integrations/IntegrationInterface.php

<?php

namespace WPForms\Integrations;

/**
 * Interface IntegrationInterface defines required methods for integrations to work properly.
 *
 * @since 1.4.8
 */
interface IntegrationInterface {

	/**
	 * Indicate if current integration is allowed to load.
	 *
	 * @since 1.4.8
	 *
	 * @return bool
	 */
	public function allow_load();

	/**
	 * Load an integration.
	 *
	 * @since 1.4.8
	 */
	public function load();
}

Copyright © 2019 by b0y-101