Tag: the_content
-
Send new user activation link with manual admin approval
This post describes a very similar process to what is described in the tutorial titled “Send new user an activation link in the new registration email.” The twist on this version is that this will send the user an email requesting that they confirm their email address, then it will send the admin a notification…
-
Handling form layout when using a builder plugin
Builder plugins (and themes that use them) such as SiteOrigin, Elegant Builder, Divi, and others, have become more popular. Without beating a topic that has already been beat to death in the WordPress developer community, let me just say that my position on it is conflicted. First, I generally agree with the assessment provided by…
-
Replace the default login and registration forms with buttons
A frequent question that I receive is how to replace the plugin’s default process of placing the login and registration forms with a process that takes the user to a login page (and/or registration page). I’ve put together a code snippet that you can use as-is, or customize as needed in order to create a…
-
Request additional data fields on a specific page
This particular example is a generic tutorial for requesting additional data fields in the registration form on a specific page. Since these are fields that do not show up in the regular registration form, we need to also present the data to logged in users to add this data. While conceptually this is not an…
-
Dynamic redirect to referrer in login
I have a challenge creating a title for this tutorial, so to describe what it covers, I recently had a question regarding how to dynamically put a redirect back to the original content into the link to the login page. In this instance, the user had customized how they were using the plugin and rather…