We'll create fresh WordPress site with Custom Global Variables installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Create your own custom variables to manage information on your website such as:
Easily access them globally in WordPress and PHP.
Rather than having to change something like an email address across multiple pages, you can do it in one place. Avoid the pitfalls of hard coding information in your WordPress theme that is likely to change.
Display your variables using the shortcode syntax:
[cgv variable-name]
Or using the superglobal in PHP:
<?php echo $GLOBALS['cgv']['variable-name'] ?>