How decode a PHP encoded string url in Javascript
Sometimes you may face a problem when you have to decode a string with Javascript which was originally url encoded with PHP. This can be… Read More »How decode a PHP encoded string url in Javascript
Sometimes you may face a problem when you have to decode a string with Javascript which was originally url encoded with PHP. This can be… Read More »How decode a PHP encoded string url in Javascript
Use these simple methods to easily change post type of single or multiple posts while working with multiple post types in WordPress.
Sometimes a page load issue in your WordPress website has more to do with some random error rather than a bug in your code. In this case, it was rewrite rules cache.
Replace Paragraph Break with Line Break in LibreOffice Writer with these simple steps.
This article shows how to add all the domains/sub-domains of a WordPress multisite network to allow safe redirects through wp_safe_redirect function.
Javascript code can be easily made sequential with the help of two simple, yet very powerful keywords “async” and “await”.
In Javascript, there are a lot of instances when you want to find multiple elements on a page to apply a common operation to all… Read More »Javascript: Loop over querySelectorAll without error
Writing custom code for WordPress may be easy, but you should carefully add your code at the correct place to keep it clean and easily maintainable.
Easily create a simple WordPress plugin without any complex setup or need of FTP/SSH to your hosting server.
You can use the PHP built-in webserver to test your PHP code, without the need to set up complex WAMP or LAMP software on your desktop.