File manager - Edit - /home/aussies6/public_html/seafoodwarehouse.com.au/wp-content/plugins/my-wp-health-check000/php/functions.php
Back
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /** * Returns the total amount of checks that failed * * @since 1.3.0 * @return int The amount of checks that failed */ function wphc_get_total_checks() { $totals = get_transient( 'wphc_total_checks' ); if ( false === $totals ) { $totals = 0; $wphc = new WPHC_Checks(); $checks = $wphc->all_checks(); foreach ( $checks as $check ) { if ( 'good' !== $check["type"] ) { $totals += 1; } } set_transient( 'wphc_total_checks', $totals, HOUR_IN_SECONDS ); } return $totals; } ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings