Lines:
1 to 23 of 23
<?php /** * Admin Notices Class * * @package EDD * @subpackage Admin/Notices * @copyright Copyright (c) 2015, Pippin Williamson * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 2.3 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_Notices */ /* function EDD_Notices::__construct() – Get things started */ /* function EDD_Notices::show_notices() – Show relevant notices */ /* function EDD_Notices::show_debugging_notice */ /* function EDD_Notices::edd_disable_debugging */ /* function EDD_Notices::dismiss_notices() – Dismiss admin notices when Dismiss links are clicked */ new EDD_Notices;