Category: Archive

  • A List of all Default Gutenberg Blocks in WordPress

    Lists all default Gutenberg blocks that will ship with WordPress 5.0. The blocks are triaged by category, with a screenshot of their icons, and the unique identifier used by Gutenberg.

  • PHP Security Basics: Input Validation

    Validation is a technique to ensure that input is secure before using it in your code. When validating data, you are verifying that it corresponds to what the program needs. This only works if you have a list of criteria that you can check to determine that the data is valid. In this article, we’re…