gl_field_youtube_active
The WordPress Core gl field youtube active function.
Description
gl_field_youtube_active();
Usage
if ( !function_exists( 'gl_field_youtube_active' ) ) { require_once '/admin/pages.php'; } // NOTICE! Understand what this does before running. $result = gl_field_youtube_active();
Defined (1)
The function is defined in the following location(s).
- /admin/pages.php
- function gl_field_youtube_active( ) {
- gl_field_checkbox( gl_get_general_settings_values(), gl_get_general_settings_key(), 'youtube_active', 'Activate/Deactivate', 'Only support Youtube for Social Locker' );
- }