Skip to content

Commit

Permalink
woocommerce_blocks_validate_location_X_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Feb 12, 2024
1 parent d98b492 commit b424149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ public function validate_fields_for_location( $fields, $location, $group = '' )
*
* @since 8.7.0
*/
do_action( 'woocommerce_blocks_validate_' . $location . '_fields', $errors, $fields, $group );
do_action( 'woocommerce_blocks_validate_location_' . $location . '_fields', $errors, $fields, $group );

} catch ( \Throwable $e ) {

Expand Down

0 comments on commit b424149

Please sign in to comment.