woocommerce_admin_download_permissions_title, $product->get_name(
woocommerce_admin_download_permissions_title, $product->get_name(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_admin_download_permissions_title, $product->get_name(') is found 1 times:
- /includes/admin/meta-boxes/views/html-order-download-permission.php line 15
<?php printf( '#%s — %s — %s: %s — ', esc_html( $product->get_id() ), esc_html( apply_filters( 'woocommerce_admin_download_permissions_title', $product->get_name(), $download->get_product_id(), $download->get_order_id(), $download->get_order_key(), $download->get_download_id() ) ), esc_html( $file_count ), esc_html( wc_get_filename_from_url( $product->get_file_download_path( $download->get_download_id() ) ) ) ); printf( _n( 'Downloaded %s time', 'Downloaded %s times', $download->get_download_count(), 'woocommerce' ), esc_html( $download->get_download_count() ) ) ?> </strong>