Woocommerce check if email already created order recently [closed]

You can create a helper function for that which qurries the orders for given email and created less than 10 mins ago. function wpse407278_check_if_ordered_in_last_10_mins( $email ) { if ( !isset($email) || empty($email) ) { return false; } $args = array( ‘customer’ => $email, ‘date_created’ => ‘>’ . ( time() – strtotime(‘-10 minutes’) ), ); $orders … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)