by Rafal Gicgier | Mar 4, 2015 | Filters, Gravity Forms, Plugin Development, WP |
In this tutorial, we will delve into a highly practical topic: identifying the appropriate Gravity Forms hook to effectively transmit the data we’ve gathered from our various forms to an external form while implementing a redirect.
by Rafal Gicgier | Jan 28, 2015 | Plugins, WP |
WordPress itself is so powerful, that it’s actually quite slow. The number of functions, database calls and the enormous amount of code makes it obvious why does it happen. Some people say that due to that WordPress itself is “crap”. I honestly do... by Rafal Gicgier | Jan 26, 2015 | WP-CLI |
WP-CLI is a very useful set of command line commands which helps one manage the WordPress installation. The biggest problem is that it’s not obvious on what are the typical use cases.
by Rafal Gicgier | Oct 22, 2014 | Gravity Forms, Gravity Series Login, Plugin Development |
Table of Contents Toggle Creating a simple edit account pageGravity HooksGform validation hooksGform pre submission hookGfrom field value hooksSummaryPrevious PartsTutorial part 1Tutorial Part 2Where to get Gravity Forms from👇Further Reading: Welcome to the third and...
by Rafal Gicgier | Oct 7, 2014 | Gravity Forms, Gravity Series Login, Plugin Development, Security |
[ez-toc] Welcome back to the second part of our series! In our previous tutorial, we created an easy-to-use login form for your website using Gravity Forms. It streamlines the login process, making it hassle-free for your visitors. In this next tutorial, we’ll...
by Rafal Gicgier | Sep 24, 2014 | Gravity Forms, Gravity Series Login, Plugin Development, Video |
Crafting a streamlined Gravity Forms user login page without relying on extra add-ons can be a game-changer for your website. In this set of tutorials, I’ll walk you through the step-by-step process of setting up a robust front-end login system that’s not only efficient but also elegantly simple.
by Rafal Gicgier | Sep 8, 2014 | Plugin Development |
Creating your own actions and filters is extremely helpful while developing a plugin for the community – explained.