gl_field_preview_content
The WordPress Core gl field preview content function.
Description
gl_field_preview_content();
Usage
if ( !function_exists( 'gl_field_preview_content' ) ) { require_once '/admin/pages.php'; } // NOTICE! Understand what this does before running. $result = gl_field_preview_content();
Defined (1)
The function is defined in the following location(s).
- /admin/pages.php
- function gl_field_preview_content( ) {
- echo gl_generate( "This is preview text", "content", "http://www.wptp.net", "GoogleDevelopers", true );
- }