Lines:
1 to 49 of 49
<?php /** * Customers - Admin Functions. * * @package EDD * @subpackage Admin/Customers * @copyright Copyright (c) 2018, Easy Digital Downloads, LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 2.3 */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; /** Navigation ****************************************************************/ /* function edd_customers_page_primary_nav */ /* function edd_get_customer_pages */ /* function edd_customers_sections */ /* function edd_customers_page() – Customers Page */ /* function edd_customer_views() – Register the views for customer management */ /* function edd_customer_tabs() – Register the tabs for customer management */ /* function edd_customers_list() – List table of customers */ /* function edd_render_customer_view() – Renders the customer view wrapper */ /* function edd_customers_view() – View a customer */ /* function edd_customers_emails_view */ /* function edd_customers_addresses_view */ /* function edd_customer_notes_view() – View the notes of a customer */ /* function edd_customers_delete_view() – */ /* function edd_customer_tools_view() – */ /* function edd_verify_customer_notice() – Display a notice on customer account if they are pending verification */ add_action( 'edd_customer_card_top', 'edd_verify_customer_notice', 10, 1 );