Store meta data for a user Read meta data for a user Single Value Array of values Delete meta data for user
All posts by
Radio Buttons
Positioning the radio button dot
Radio Buttons
Multiple radio button groups in one form The name= field is what creates a group of radio buttons, use the same name for all radio buttons in a group.
Sending email test tools
mail-test.com Generates an email address for you to send a test email too and then reports on the results when receiving it. https://www.mail-tester.com/
Visibility
Changing from JavaScript
Tool tip text
Assigne a title to the link:
Redirect WordPress default pages
WP Login Page Redirect
Form nonce
Using a nonce with your forms validates that the contents of the form came from the location on the current site and not somewhere else. Using with a form Create the nonce HTML Include it in the form contents Verifying the nonce when receiving the form submission
sendmail
sendmail issues Out of the box sendmail is a very simple MTA and significantly out of date.People often suggest using Exim instead, as it’s much simpler to configure and you can use smart hosts for relaying mail. Is sendmail installed? Can you change directory to this?: Installing sendmail Run Sendmail’s config and answer ‘Y’ to […]
Apache Config (new server setup)
Ensuring directory contents can’t be seen Open the /etc/apache2/apache2.conf file: Find this section: Options Indexes FollowSymLinks to: So it now looks like this: Save and close the file. Then, restart the Apache webserver: