PHP Class Plugin_LimitLoginAttempts

Inheritance: extends SimpleLogger
显示文件 Open project: bonny/wordpress-simple-history

Public Properties

Property Type Description
$slug

Public Methods

Method Description
getInfo ( )
getLogRowDetailsOutput ( $row ) Add some extra info
loaded ( )
on_load_settings_page ( $a ) Fired when plugin options screen is loaded
on_option_limit_login_lockouts_total ( $value ) When option value is updated do same checks as plugin itself does and log if we match something

Method Details

getInfo() public method

public getInfo ( )

getLogRowDetailsOutput() public method

Add some extra info
public getLogRowDetailsOutput ( $row )

loaded() public method

public loaded ( )

on_load_settings_page() public method

Fired when plugin options screen is loaded
public on_load_settings_page ( $a )

on_option_limit_login_lockouts_total() public method

When option value is updated do same checks as plugin itself does and log if we match something

Property Details

$slug public_oe property

public $slug