woocommerce_json_search_found_customers, array( $user_string
woocommerce_json_search_found_customers, array( $user_string
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_json_search_found_customers, array( $user_string') is found 1 times:
- /includes/admin/meta-boxes/class-wc-meta-box-order-data.php line 410
* * @param array @user_info An array containing one item with the name and email of the user currently selected as the customer for the order. */ ?> <option value="<?php echo esc_attr( $user_id ); ?>" selected="selected"><?php echo esc_html( htmlspecialchars( wp_kses_post( current( apply_filters( 'woocommerce_json_search_found_customers', array( $user_string ) ) ) ) ) ); ?></option> <?php // phpcs:enable WooCommerce.Commenting.CommentHooks.MissingHookComment ?> </select> <!--/email_off--> </p> <?php do_action( 'woocommerce_admin_order_data_after_order_details', $order ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment ?> </div>