/ Blog / WordPress

Tag: WordPress

  • Easily move multiple Gravity Forms fields

    When I work on larger Gravity Forms builds, reorganizing a form can take longer than it should. The editor lets me move one field at a time, but not a group. I tasked ChatGPT Codex to create a small feature plugin that makes it possible to select multiple fields and move them together in the

    Read More

  • Enhancing WordPress Security with Authorization for the REST API

    Enhancing WordPress Security with Authorization for the REST API

    The WordPress REST API presents a fantastic opportunity for numerous custom integrations and solutions. However, there is one significant consideration: much of its functionality is readily accessible without authorization by default. This means that any internet user can effortlessly access your entire media library or registered users. Achieving this only requires a single command. Below,

    Read More