Custom Variables provides an convenient way of setting WordPress global options. You can use it anywhere on your WordPress site.
With this plugin, you can create your own variables and use them in WordPress site. It is much more convenient when you update your variables. For example, your contact phone number displays in four places on your site. When you need to update your phone number, you have to find each of them and edit them one by one. With this plugin, you only need to edit it once at the control panel. You can put the shortcode anywhere on your website.
/wp-content/plugins/
directoryIn the ‘Setting’ menu you can find a menu item called “Custom Variables”.
Once you create new custom variables, you can copy and paste the shortcode into page or post editor. You can also use the
echo do_shortcode('put_your_shortcode_here');
in your php files.