File "interface-source.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/lib/lockout/execute-lock/source/interface-source.php
File size: 310 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace iThemesSecurity\Lib\Lockout\Execute_Lock\Source;

require_once( __DIR__ . '/class-lockout-module.php' );
require_once( __DIR__ . '/class-configurable.php' );

interface Source {

	/**
	 * Get a unique slug for the lock source.
	 *
	 * @return string
	 */
	public function get_source_slug();
}