Blog
Welcome to my blog! I love writing about things I have learned to deepen and share my knowledge.
How to Use Query Parameters in Your WordPress PHP REST API Route/Endpoint ⚡️
Omar Shishani
/ July 22, 2021
When building a custom WordPress API endpoint to pull data from your WordPress site, you can pass query parameters into...
Read More
How to Backup WordPress Site Files With 10 Minute Download Time (Using Zip)
Omar Shishani
/ July 17, 2021
SUMMARY: If you zip the folder containing your WordPress files, and download the zip file instead of the folder, the...
Read More
How to Assign Variable Values Using the Ternary (?) and Logical AND (&&) Operators in JavaScript
Omar Shishani
/ July 17, 2021
The ternary (?) and logical AND (&&) operators in JavaScript can be used in place of an if...else statement, and...
Read More
How to Deactivate WordPress Plugins Through FTP
Omar Shishani
/ May 5, 2021
An error on a WordPress website can sometimes be caused by activating a certain plugin. We can deactivate plugins on...
Read More
What is a CDN and Why Will it Help My Website?
Omar Shishani
/ May 4, 2021
A CDN is a network of servers. The servers store static assets from your site, and this helps to decrease...
Read More