JezK
Edit File: tab-logs-custom.php
<?php if( !defined( 'ABSPATH' ) ) exit(); /** * @var $this Limit_Login_Attempts */ ?> <div class="limit-login-app-dashboard"> <?php include_once( LLA_PLUGIN_DIR.'views/app-widgets/active-lockouts.php'); ?> <?php include_once( LLA_PLUGIN_DIR.'views/app-widgets/event-log.php'); ?> <?php include_once( LLA_PLUGIN_DIR.'views/app-widgets/country-access-rules.php'); ?> <?php include_once( LLA_PLUGIN_DIR.'views/app-widgets/acl-rules.php'); ?> </div>