Lines:
1 to 27 of 27
<?php /** * Customer Download Log Data Store Interface * * @version 3.3.0 * @package WooCommerce\Interface */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * WC Customer Download Log Data Store Interface. * * @version 3.3.0 */ interface WC_Customer_Download_Log_Data_Store_Interface { /* function get_download_logs() – Get array of download log ids by specified args. */ /* function get_download_logs_for_permission() – Get logs for a specific download permission. */ }