=== Phone Number Shortcode === Contributors: LiamMcArthur Tags: phone number shortcode, telephone number shortcode, phone shortcode, telephone shortcode, shortcode Requires at least: 4.6 Tested up to: 5.0.1 Stable tag: 1.5 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html This plugin allows you to display your telephone number around the website via the [phone_number] shortcode. == Description == Hardcoding a telephone number in various locations of your website can often be a bad idea. If the telephone number changes, you'll have to manually change it throughout every location of your website. This plugin allows you to store a single phone number on the database and retrieve it easily using the shortcode `[phone_number]`. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Go to Phone Number on the left menu to access the phone number page. == Frequently Asked Questions == = How do I use the shortcode in the WordPress admin? = Use `[phone_number]` to input the telephone number you've stored. = How do I use the shortcode in PHP files? = Use `` to enter the telephone number into a PHP file. == Screenshots == 1. This screenshot shows you how to access the phone number menu and save a new telephone number. == Changelog == = 1.5 = Fixed bug shortcodes not to display. = 1.4 = Ability to create multiple shortcodes added. = 1.3 = Input validation has been added. = 1.2 = This update simply adds a discreet banner to the top of the page requesting a review from you. = 1.1 = This update adds localisation to the plugin. = 1.0 = * Plugin release