wppizza_on_order_executed is not working on Versie: 3.0.beta.170420.1

WPPizza – A Restaurant Plugin for WordPress Support General Support wppizza_on_order_executed is not working on Versie: 3.0.beta.170420.1

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27404
    Anonymous

      Hook wppizza_on_order_executed is not working any more io Versie: 3.0.beta.170420.1 please help me here

      add_action( ‘wppizza_on_order_executed’,’my_function’,null, 2 );
      public function my_function($orderId, $orderTable) {
      $getOrderDetails = $wpdb->get_row(“SELECT wp_user_id,customer_ini, customer_details ,order_ini, order_details,initiator FROM ” .$wpdb->prefix . $orderTable . ” WHERE id=”.$order_id.” “);
      }

      Thanks in advance.

      #27413
      Olly
      Admin & Mod

        i am aware of that .
        it also says so at blog.wp-pizza.com that hooks have changed

        please also do not post the same question multiple times…
        https://wordpress.org/support/topic/hook-after-successful-order/

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘wppizza_on_order_executed is not working on Versie: 3.0.beta.170420.1’ is closed to new replies.