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