PHP Class SimpleHistoryPluginPatchesDropin

ファイルを表示 Open project: bonny/wordpress-simple-history

Public Methods

Method Description
__construct ( $sh )
patch_aio_events_calendar ( ) All-in-one events calendar imports ical/rss events with a cron job which can lead to a lot of posts chnaged
patch_aio_events_calendar_on_log ( $doLog, $level = null, $message = null, $context = null, $loggerInstance = null )
patch_captcha_on_login ( ) Captcha on Login
patch_captcha_on_login_on_log ( $doLog, $level = null, $message = null, $context = null, $loggerInstance = null ) and that the message is "user_logged_out"
patch_nextgen_gallery ( ) Nextgen Gallery and Nextgen Gallery Plus updates posts every 30 minutes or so when accessing posts with galleries on the front
patch_nextgen_gallery_on_log ( $doLog, $level = null, $message = null, $context = null, $loggerInstance = null )
system_debug_log ( ) Log misc useful things to the system log. Useful when developing/testing/debuging etc.

Method Details

__construct() public method

public __construct ( $sh )

patch_aio_events_calendar() public method

All-in-one events calendar imports ical/rss events with a cron job which can lead to a lot of posts chnaged

patch_aio_events_calendar_on_log() public method

public patch_aio_events_calendar_on_log ( $doLog, $level = null, $message = null, $context = null, $loggerInstance = null )

patch_captcha_on_login() public method

Calls wp_logut() wrongly when - a user IP is blocked - when max num of tries is reached - or when the capcha is not correct So the event logged will be logged_out but should be user_login_failed or user_unknown_login_failed. Wrong events logged reported here: https://wordpress.org/support/topic/many-unknown-logged-out-entries Plugin also gives lots of errors, reported by me here: https://wordpress.org/support/topic/errors-has_cap-deprecated-strict-standards-warning

patch_captcha_on_login_on_log() public method

and that the message is "user_logged_out"
public patch_captcha_on_login_on_log ( $doLog, $level = null, $message = null, $context = null, $loggerInstance = null )

system_debug_log() public method

Log misc useful things to the system log. Useful when developing/testing/debuging etc.
public system_debug_log ( )