gl_get_plugin_options_key
The WordPress Core gl get plugin options key function.
Description
gl_get_plugin_options_key();
Usage
if ( !function_exists( 'gl_get_plugin_options_key' ) ) { require_once '/admin/init.php'; } // NOTICE! Understand what this does before running. $result = gl_get_plugin_options_key();
Defined (1)
The function is defined in the following location(s).
- /admin/init.php
- function gl_get_plugin_options_key( ) {
- return 'g_locker';
- }