<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package Genesis\Admin * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ add_filter( 'debug_information', 'genesis_site_health_info' ); /* function genesis_site_health_info() – Adds Genesis info to the Tools -> Site Health -> Info tab. */ add_filter( 'debug_information', 'genesis_child_theme_recommendations' ); /* function genesis_child_theme_recommendations() – Adds child theme recommendations to the Tools -> Site Health -> Info tab under the “Active Theme” panel. */ /* function genesis_get_child_theme_recommendations() – Gets recommendations for the active child theme. */