gl_field_cl_shadow_color
The WordPress Core gl field cl shadow color function.
Description
gl_field_cl_shadow_color();
Usage
if ( !function_exists( 'gl_field_cl_shadow_color' ) ) { require_once '/admin/pages.php'; } // NOTICE! Understand what this does before running. $result = gl_field_cl_shadow_color();
Defined (1)
The function is defined in the following location(s).
- /admin/pages.php
- function gl_field_cl_shadow_color( ) {
- gl_field_text( gl_get_content_lock_setting_values(), gl_get_content_lock_settings_key(), 'cl_shadow_color', true );
- }