Two-factor authentication is being implemented in more and more online services such as social networks to improve security and prevent identity theft. Table of Contents Double Authentication to Increase Security in WordPress Does that mean I’m safe with two-step verification? Something I haveSomebody I knowSome I am2FA Option […]
Main Content
New version of VisualCode Extension WP ToolBox 2.3
As you may now, I’ve developed and maintain a VisualCode Extension to work with WordPress development for snippets. I’ve just published a new version 2.3 with this changelog: Added snippets:(wprout) Routine update metas with categories(wpacptfi) Create Filter to a Custom Post type based in meta value(yorred) Yoast Premium | Disable automatic redirects(phper) Echo variable with […]
Test cookies in Google Chrome
For a project I needed to create my own cookies to audit that I took the information well.
Set up WordPress Multisite
A WordPress Multisite is an installation that shares the same files, and that generates different tables according to the different installations and that therefore, shares functionalities between them. It is a very smart solution for certain needs such as multi-language sites (like this), multi-country, division of functionalities to make the main site less heavy. […]
Develop using WordPress Coding Standards
Programming today becomes fundamental with Coding Standards. The goal is to maintain the same style, so that by observing it you can easily interpret it. Table of Contents What is Coding Standards?Why is code style important? Setup Process on MacInstall Composer on MacOsConfiguring Code Sniffer and WordPress StandardsAdaptations in VisualCode for WordPress […]
Detect elements with high CLS of a Web (Core Web Vitals)
The CLS Cumulative Layout Shift, or unexpected movement of content, is a user-centric metric to measure visual stability, and that helps to see how many users experience changes in the layout of the web unexpectedly. Within Web Development, the CLS is a measure offered by Page Speed of […]