racmanuel

racmanuel

Using nonces to improve security when programming a WordPress plugin

settings android tab

In WordPress plugin development, a key security measure to protect your site against malicious attacks, such as cross-site request forgery (CSRF), is the use of nonces. Nonces, short for "Numbers Used Once," ensure that a specific action originates from an authentic and trusted source, preventing duplicate or malicious requests. In this tutorial, I will guide you through the process of using nonces in WordPress plugin development.

Adding Custom Links to Row Actions of a Custom Post Type in WordPress

imac turend on

One of the useful features of WordPress is the ability to create 'Custom Post Types,' which allow developers to structure and organize content more effectively. Once you've created a Custom Post Type, you might want to add custom row actions to perform specific tasks. In this article, we'll show you how to add custom links to the row actions of a Custom Post Type in WordPress.

How to create custom post types without plugins in WordPress

female software engineer coding on computer

WordPress is a highly versatile content management platform that allows us to create different types of content for our website. One of the most powerful resources is Custom Post Types, which enable us to create personalized content types for our site without needing to install a plugin. In this tutorial, we will learn how to create Custom Post Types without plugins in WordPress.

Opinion: What's the best web hosting for WordPress?

engineer holding laptop

In this article, I will introduce you to SiteGround, one of the web hosting providers that, in my opinion, offers exceptional quality and customer service. From my perspective, SiteGround is the ideal choice to take your project to a more professional level, with features and tools that are highly effective in the market.

Essential Hooks for WordPress Developers

person holding smartphone while using laptop

One of the most useful features of WordPress is hooks, which allow developers to customize and extend the behavior of WordPress and its plugins. In this article, we will explore the best WordPress hooks you should know.