Custom Global Variables

Explore Custom Global Variables vulnerabilities across all versions. Currently tracking 1 known vulnerabilities, including severity, impact, and patch status.

Strategic Overview

Avg CVSSMedium
5.5/ 10
Patch Coverage100%
Open

0

Fixed

1

Get automatic notifications for all Custom Global Variables vulnerabilities before they are exploited.

Vulnerability Records

1 records
Custom Global Variables banner
Latestv1.1.2

Custom Global Variables

akirak

Author

akirak

5.0(10)
100/100
Last Updated
2023-03-22 (3y ago)
Active Installs
5,000+
Downloads
21,565
Requires WP
3.0.1+
Requires PHP
5.6+
Tested up to
WP 6.1.10
Created
2016-04-07 (11y ago)

Create your own custom variables to manage information on your website such as: Phone numbers Addresses Social media links HTML snippets And anything else test Easily access them globally in WordPress and PHP. Why you need it 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. Why it’s better Your variables are stored and retrieved locally without any calls to the database. That means faster load times for your pages! Variables can be accessed easily in PHP from the global scope. Usage Display your variables using the shortcode syntax: [cgv variable-name] Or using the superglobal in PHP: <?php echo $GLOBALS['cgv']['variable-name'] ?>

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C