Lines:
1 to 27 of 27
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* 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_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 );