woocommerce_email_order_meta_fields

woocommerce_email_order_meta_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_email_order_meta_fields') is found 1 times:

  • /includes/class-wc-emails.php line 522
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    * @param bool     $sent_to_admin If should sent to admin.
     * @param bool     $plain_text    If is plain text email.
     */
    public function order_meta( $order, $sent_to_admin = false, $plain_text = false ) {
        $fields = apply_filters( 'woocommerce_email_order_meta_fields', array(), $sent_to_admin, $order );
     
        /**
         * Deprecated woocommerce_email_order_meta_keys filter.
         *
         * @since 2.3.0
         */