jkdev
Forum Replies Created
-
@wpsolutions @mbrsolution I was just able to test it out and it works perfectly. Much better than what I had. Thanks for the help!!!
Looks like I got it working. This is what I added to my functions.php. Does this look correct?
function clear_security_failed_login() { $failed_logins_table_name = AIOWPSEC_TBL_FAILED_LOGINS; $max_rows_failed_logins_table = '10'; //Keep a max of 5000 rows in the events table $max_rows_failed_logins_table = apply_filters( 'aiowps_max_rows_failed_logins_table', $max_rows_failed_logins_table ); AIOWPSecurity_Utility::cleanup_table($failed_logins_table_name, $max_rows_failed_logins_table); } add_action('aiowps_perform_db_cleanup_tasks', 'clear_security_failed_login');
- This reply was modified 5 years, 5 months ago by jkdev.
@wpsolutions Hello, thank you for the info. I tried to do this, and couldn’t get the hook to work. Do you think it would be possible for you to give me exactly what I need to add into the functions.php file?
@mbrsolution Hello, just checking in on this. Thank you.
Yep, I know it’s a free plugin and all….but almost been 2 weeks for me. Guess you need to buy a WPForms license to get help.
I noticed the same thing, it’s actually why I’m here.
These are the locations the warning gives, if it helps:
1. shutdown_action_hook()
wp-content/plugins/query-monitor/collectors/cache.php:942. do_action(‘shutdown’)
wp-includes/load.php:7883. opcache_get_status()
wp-content/plugins/query-monitor/collectors/cache.php:944. wp-content/plugins/query-monitor/collectors/cache.php:94
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Change Error MessageWorked perfectly, thank you!
Hi @mbrsolution,
Thank you for the reply! Yes I added it to my child theme functions.php.
No problems I can tell, thanks for the advice!
Awesome plugin by the way. So much better than WF!
Forum: Plugins
In reply to: [WP Activity Log] Not recording events for some sites?Hi @robert681,
Thanks for the reply.
Yes, that’s the just of it. When I go to the network dashboard (or the primary site) and view the log it shows events from some sites but not all. I know for a fact there has been activity some sites that aren’t displaying. On a few sites I know have had activity, I went into the audit log through their wp-admin and it shows empty.
Sorry, I should have known better than to leave out that info!
Plugin Version: 3.2.3.3
WP Version: 4.9.8
PHP Version: 7.2.8Thank you!
- This reply was modified 6 years, 5 months ago by jkdev.