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