gl_field_google_share
The WordPress Core gl field google share function.
Description
gl_field_google_share();
Usage
if ( !function_exists( 'gl_field_google_share' ) ) { require_once '/admin/pages.php'; } // NOTICE! Understand what this does before running. $result = gl_field_google_share();
Defined (1)
The function is defined in the following location(s).
- /admin/pages.php
- function gl_field_google_share( ) {
- gl_field_checkbox( gl_get_general_settings_values(), gl_get_general_settings_key(), 'google_share', 'Activate/Deactivate' );
- }