# Optimizer Shortcodes - Email

By [Business Optimizer](https://businessoptimizer.org/)

## Description

A very simple plugin that turns your email address into a shortcode. This plugin provides a field and shortcode for your email address allowing you to use it anywhere on your site. If you ever need to update your email address, you'd just need to change it in one place.

## Installation

1. Copy the `optimizer-shortcodes-phone-number` folder into your `wp-content/plugins` folder
2. Activate the Optimizer Shortcodes - Email plugin via the plugins admin page
3. Set your email address in the new field (`/wp-admin/admin.php?page=optimizer-shortcodes`)

## Usage Guide

After setting your email address in the new settings page (/wp-admin/options-general.php?page=optimizer-shortcodes), you can use the shortcode `[optimizer_email]` anywhere on your site to display that email address.
If you need to use the field value in your theme files or template, you can print it with PHP like this:
> `<?php echo do_shortcode('[optimizer_email]'); ?>`

## Credits

Plugin built by [Rajiv Lodhia](https://rajivlodhia.com/) for [Business Optimizer](https://businessoptimizer.org/)

## Changelog

= 1.0.0 =
* Initial Release.
