gl_field_youtube_channel
The WordPress Core gl field youtube channel function.
Description
gl_field_youtube_channel();
Usage
if ( !function_exists( 'gl_field_youtube_channel' ) ) { require_once '/admin/pages.php'; } // NOTICE! Understand what this does before running. $result = gl_field_youtube_channel();
Defined (1)
The function is defined in the following location(s).
- /admin/pages.php
- function gl_field_youtube_channel( ) {
- gl_field_text( gl_get_general_settings_values(), gl_get_general_settings_key(), 'youtube_channel', false, null, 'Insert the YouTube channel. Example: GoogleDevelopers' );
- }