Girl Typing on Terminal

How to Install WP-CLI on Your Server Without Root Access

WP-CLI is an incredibly powerful tool that allows you to manage your WordPress site from the command line. This tool simplifies many tasks, such as listing plugins, running cron jobs, or updating WordPress, WooCommerce, plugins and themes. If your hosting provider doesn’t include WP-CLI by default or it’s not up-to-date but you have SSH access, […]

How to Install WP-CLI on Your Server Without Root Access Read More »

WordPress Admin Plugins

How to Disable Some WordPress Plugins for Non-Admin Users in WordPress (Multisite)

Managing plugins in a WordPress Multisite setup can be a bit tricky, especially when you need certain plugins to be available only to superadmins. This guide will walk you through the steps to disable specific plugins for non-admin users while keeping them active for superadmins. Why Would You Want to Disable Plugins for Non-Admin Users?

How to Disable Some WordPress Plugins for Non-Admin Users in WordPress (Multisite) Read More »

How to Fix Internal Server Error in WordPress due to Corrupted .htaccess File

Experiencing an “Internal Server Error” in WordPress can be frustrating, but it’s a common issue with several potential solutions. This guide will walk you through the most effective methods to diagnose and resolve this error, ensuring your website is up and running smoothly again. Understanding the Internal Server Error An Internal Server Error (also known

How to Fix Internal Server Error in WordPress due to Corrupted .htaccess File Read More »

WordPress Developer Desk Code on a Computer Screen Highlighting the Transition from Using Curl for Http Requests

Why New & Seasoned WordPress Developers Should Avoid Direct php cURL Requests and Use WordPress HTTP API Instead

As WordPress continues to gain popularity in the CMS market, it attracts developers from various backgrounds, including those with strong PHP skills. However, some PHP habits, such as directly using cURL for making HTTP requests, can lead to less maintainable and less secure code. WordPress offers a powerful alternative with its built-in HTTP API, which

Why New & Seasoned WordPress Developers Should Avoid Direct php cURL Requests and Use WordPress HTTP API Instead Read More »

How to Disable Hardware Acceleration in Visual Studio Code

For some reason you may need to disable Visual Studio Code’s hardware acceleration. For example in Ubuntu it’s slow. !Backup! Before you do anything backup the settings. CTRL+SHIFT+P and type runtime you should see this kind of option. https://code.visualstudio.com/updates/v1_40 … or you can edit $HOME/.vscode/argv.json file. (Linux) that line is commented. When I uncommented it

How to Disable Hardware Acceleration in Visual Studio Code Read More »

WP-CLI ASCII Output Example

How to Preserve WP-CLI Table Formatting When Redirecting Output

WP-CLI is a powerful command-line tool for managing your WordPress sites. It provides various commands to interact with WordPress, similar to how MySQL CLI allows you to manage MySQL databases. One of the useful features of WP-CLI is its ability to display results in a neatly formatted ASCII table, making it easy to read and

How to Preserve WP-CLI Table Formatting When Redirecting Output Read More »