IT Nursery
I am using WordPress 4.7.3 with the built in Emojii support. We have recently moved to MariaDB 10.0.30, but the original wp-config indicates define(‘DB_CHARSET’, ‘utf8). I have noticed that...
  • June 1, 2022
  • 0 Comments
Input: Hello world👩‍🦰👩‍👩‍👦‍👦 Desired Output: 👩‍👩‍👦‍👦👩‍🦰dlrow olleH I tried several approaches but none gave me correct answer. This failed miserablly: const text="Hello world👩‍🦰👩‍👩‍👦‍👦"; const reversed = text.split('').reverse().join(''); console.log(reversed); This...
  • June 1, 2022
  • 0 Comments
How can check if the emoji is disabled on the site or not? I have searched for an official function but I haven’t found anything officially, We are creating...
  • May 25, 2022
  • 0 Comments
IT Nursery
So WP 4.2 introduced emojis (smileys) that basically adds JS and other junk all over your pages. Something some people may find shocking. How does one completely erase all...
  • April 4, 2022
  • 0 Comments