File "Import.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/lib/actor/Import.php
File size: 274 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace iThemesSecurity\Actor;
final class Import implements Actor {
public function get_type() {
return 'import';
}
public function get_identifier() {
return 'import';
}
public function __toString() {
return __( 'Import', 'better-wp-security');
}
}