Lines:
1 to 18 of 18
<?php /** * Admin Footer * * @package EDD * @subpackage Admin/Footer * @copyright Copyright (c) 2018, Easy Digital Downloads, LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.0 */ // Exit if accessed directly if( !defined( 'ABSPATH' ) ) exit; /* function edd_admin_rate_us() – Add rating links to the admin dashboard */ add_filter( 'admin_footer_text', 'edd_admin_rate_us' );