racmanuel

racmanuel

How to use Guzzle in a WordPress plugin?

two women looking at the code at laptop

Using Guzzle in a WordPress plugin is a useful way to make HTTP requests and retrieve data from external services. By following the steps described in this tutorial, you will be able to install Guzzle in your WordPress plugin, create a PHP file to make HTTP requests, add a shortcode to display the response, and test the shortcode.

The best plugins for WordPress developers: improve your workflow!

woman coding on computer

WordPress is an extremely popular and versatile development platform, but it can be even more powerful with the help of the right plugins. In this article, we will explore the best plugins for WordPress programmers that can significantly improve your workflow and increase the efficiency of your development projects.

How to make a WordPress plugin?

woman programming on a notebook

A plugin is a package of code that extends the core functionality of WordPress. WordPress plugins are composed of PHP code and may include other files such as images, CSS, and JavaScript.

When creating a plugin, we are extending WordPress, meaning we are building additional functionality on top of what WordPress already offers.

Curious uses of WordPress

man people night dark

WordPress was born as a blogging tool or a CMS system, but it has been continuously updated and evolved, thanks in large part to the WordPress community, to the point that today WordPress is a complete framework that serves as the foundation for any web application you can imagine.

How to use Composer in a WordPress plugin?

man in white and blue crew neck t shirt holding blue and white love print

Imagine you are developing a WordPress plugin and have several PHP libraries you want to integrate into it. The most common way to integrate these libraries is to visit the official website, download the latest version, copy them to your plugin folder, and then include them. But... don't you think the process is too lengthy? Well, for this and other tasks, there is Composer, the PHP dependency manager.