Lines:
1 to 18 of 18
<?php /** * Contextual Help * * @package EDD * @subpackage Admin/Reports * @copyright Copyright (c) 2015, Pippin Williamson * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.4 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* function edd_reporting_contextual_help() – Reports contextual help. */ add_action( 'load-download_page_edd-reports', 'edd_reporting_contextual_help' );