●  System ready for exploration

Insights Técnicos

Análisis técnicos, arquitectura WordPress enterprise, tendencias en FSE y Gutenberg. Conocimiento directo desde las trincheras del desarrollo de alto impacto.

// Topics: WordPress · Architecture · Performance · FSE · DevOps · Security

  • How to clean up local branches that no longer exist in the remote repository with a single command

    When we work on different projects and also use the strategy that I always recommend Trunk Based development, it is common that we create many temporary branches. Some of them are removed from the remote repository after merge or close a task, but they remain in our local environment… taking space and messing up the…

  • New version of Plugin Check Plugin 1.3.0

    A new version of Plugin Check Plugin has been released. Version 1.3.0 brings enhancements, including new checks for plugin headers, readme file validation, and stricter code quality measures such as restricting parse_str and disallowing HEREDOC and NOWDOC. It adds support … Leer más

  • Common operations CLI WordPress commands

    This is a list that I will be updating of the most common operations I perform with WordPress CLI.

  • Easy two-factor authentication in WordPress

    Two-factor authentication is being implemented in more and more online services such as social networks to improve security and prevent identity theft. Two-factor authentication to increase security in WordPress The benefits of using two-factor authentication are multiple: Layer of security. It offers a layer of security against possible password attacks. It performs a double authentication,…

  • Test with cookies in Google Chrome

    For a project I needed to create my own cookies to audit that I was getting the information right.

  • Detect high CLS elements of a Web (Core Web Vitals)

    The CLS Cumulative Layout Shift, or unexpected content movement, is a user-centric metric to measure visual stability, and helps to see how many users experience changes in the layout of the web unexpectedly. Within Web Development, CLS is a measure offered by Google’s Page Speed and should be less than 0.1. The lower it is,…

  • New version 2.2 Visual Code Plugin WP Development ToolBox

    I have just developed a new version of the plugin for Visual Code that helps you with more than 170 snippets to develop in WordPress.

  • Publish/update a WordPress SVN plugin directly from GitHub

    I learned this recently thanks to Fran Torres’s live video explaining how to publish directly to WordPress SVN. What is SVN? SVN stands for Subversion, and it is the version control for WordPress repositories such as the core itself, and also plugins. Once we have submitted the WordPress plugin and passed its review process, we…

  • Mi lista de deseos para el Panel Plesk en 2021

    He estado reunido con uno de los técnicos de Plesk, y este ha sido mi lista de deseos: Gestionar los correos de forma fácil. Que pudieras configurar el autodiscover de forma fácil para que los clientes se conectaran al correo … Leer más

  • Montar ZIP eliminando __MACOSX y DS_Store en Mac

    Si hay una cosa que me molesta mucho, sobre todo cuando monto ZIP para desplegar un plugin, son los archivos __MACOS y .DS_Store. Creo que los usuarios que consumen dichos archivos, no deberían tener este rastro de archivos del sistema … Leer más

  • Develop using WordPress Coding Standards

    Programming today is made fundamental with Coding Standards. The objective is to maintain the same style, so that when you look at it you can easily interpret it. What is Coding Standards? Coding Standards are rules of style when developing, which allow us to better read and understand the functions. It tries to establish the…

  • Eliminar todos los productos WooCommerce de SQL

    Si necesitas eliminar todos los productos de tu tienda WooCommerce, ya sea porque estás desarrollando, has hecho una importación y quieres eliminarlo o quieres empezar de nuevo, puedes usar el siguiente fragmento que he encontrado y probado y que va … Leer más

  • Configurar Multisite con HTTPS

    Guía de cómo configurar los certificados seguros SSL para sitios multisite que necesitamos que se activen automáticamente con wildcard.

  • Códigos de Provincia para utilizar en WooCommerce

    Códigos de provincia que te serán útiles al configurar formas de envío e impuestos en tu tienda online.

  • Nueva versión 1.17 Plugin Visual Code WP Development ToolBox

    Acabo de desarrollar una nueva versión para el plugin para Visual Code que te ayuda con más de 150 snippets a desarrollar en WordPress.

  • Comandos SSH que utilizo para administrar Servidores Web

    Estos son los comandos SSH qué utilizo más habituales para administrar Servidores Web. Mover directorios.

  • Rutina para actualizar los pesos de la tienda WooCommerce

    Esta rutina detecta los productos que tengan como peso 0, y les añade un valor por defecto. Crea un archivo php en el raíz de tu instalación WordPress, con la información a continuación, y personaliza el valor del peso $weight_final … Leer más