Your cart is currently empty!
We provide step-by-step instructions with most completed tasks. Whenever possible, we make non-customer-specific tasks available here for free. All content is licensed under Creative Commons 4.0 so you can copy and modify for your website.
The redirection option supported by Calendly is not a great experience because it warns the user about the redirection. However, if you are using an embedded calendar, you can add a short script to redirect to a different page without the warning.
Why FluentSMTP FluentSMTP is a free and open-source mail plugin for WordPress. It sends emails through a dedicated email service such as Microsoft 365 or Gmail. WordPress has the ability to send emails directly, but a dedicated service tends to have greater reliability and capacity. These instructions are specific to the Microsoft 365 connector. FluentSMTP…
Why Usage Background WooCommerce adds a custom field called billing_company, which is filled out by the user with the name of their company. There is no built-in shortcode to display this information on a page. Fortunately, the field is implemented as user metadata and easily made accessible with a shortcode. You can install this shortcode…
Why Instructions See also
Why Instructions See also References
Why Instructions Reference
Why Definitions An Azure Key Vault is a cloud service that securely stores sensitive information like secrets, encryption keys, and certificates. It helps safeguard access to these resources using fine-grained permissions. A secret is a piece of data such as a password, connection string, API key, or any other sensitive information. Azure Key Vault can securely store…
Why Usage Shortcode The following is the source code of the logged_in shortcode for displaying content only if the current user is logged in. Lines beginning with a # character are comments that get ignored by WordPress. We provide comments in detail so you can fully understand what is going on. You can delete these…
Requirements How To See also
Why Steps Reference