gl_field_sl_bg_color
The WordPress Core gl field sl bg color function.
Description
gl_field_sl_bg_color();
Usage
if ( !function_exists( 'gl_field_sl_bg_color' ) ) { require_once '/admin/pages.php'; } // NOTICE! Understand what this does before running. $result = gl_field_sl_bg_color();
Defined (1)
The function is defined in the following location(s).
- /admin/pages.php
- function gl_field_sl_bg_color( ) {
- gl_field_text( gl_get_social_lock_setting_values(), gl_get_social_lock_settings_key(), 'sl_bg_color', true );
- }