Navigation Menu

Skip to content
View WhiteX's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report WhiteX

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
WhiteX/README.md
  • 👋 Hi, I’m @WhiteX
  • 👀 I’m interested in WordPress / JavaScript
  • 🌱 I’m currently learning React.js
  • 💞️ I’m looking to collaborate on WordPress projects
  • 📫 How to reach me > https://whitex.design/contact

Pinned

  1. WhiteX-Dev/xampp-wp-installer WhiteX-Dev/xampp-wp-installer Public

    Install WP in XAMPP with a few clicks

    PHP

  2. Sending data to a web hook using jav... Sending data to a web hook using javascript XMLHttpRequest #clientside
    1
    function postDataToWebhook(data){
    2
      //get the values needed from the passed in json object
    3
      var userName=data.name;
    4
      var userPlatform=data.platform;
    5
      var userEmail=data.email;