Profiles

  • Member Since: May 18th, 2009
  • Find me on:
  • Created a topic, Good, on the site WordPress.org Forums:
    It is working well. Good job, thx

  • Posted a reply to IN WP paypal Order are not storing, on the site WordPress.org Forums:
    htmlentities($post_content, ENT_QUOTES | ENT_IGNORE, "UTF-8")

  • Posted a reply to IN WP paypal Order are not storing, on the site WordPress.org Forums:
    The solution: $updated_post = array( 'ID' => $post_id, 'post_title' => $post_id, 'post_type' => 'wp_paypal_order', 'post_content'…

  • Posted a reply to IN WP paypal Order are not storing, on the site WordPress.org Forums:
    I set some other debug step into the paypal-ipn.php The result: [January 23, 2019 12:35…

  • Posted a reply to IN WP paypal Order are not storing, on the site WordPress.org Forums:
    Hallo, The problem is the update on the PROD: [January 23, 2019 11:26 am] -…