woocommerce_email_recipient_no_stock filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_email_recipient_no_stock', 'filter_function_name_6277', 10, 3 ); function filter_function_name_6277( $option, $product, $null ){ // filter... return $option; }
- $option
- -
- $product
- -
- $null
- -
Where the hook is called
woocommerce_email_recipient_no_stock
woocommerce/includes/class-wc-emails.php 668
apply_filters( 'woocommerce_email_recipient_no_stock', get_option( 'woocommerce_stock_email_recipient' ), $product, null ),