Archive | Functions by letter g RSS feed for this section

get_gmt_from_date

Returns a date in the GMT equivalent.Requires and returns a date in the Y-m-d H:i:s format. Simply subtracts the value of the ‘gmt_offset’ option. Return format can be overridden using the $format parameter. The DateTime and DateTimeZone classes are used to respect time zone differences in DST.

1402

Continue reading

get_front_page_template

Retrieve path of front-page template in current or parent template.Looks for ‘front-page.php’.

1400

Continue reading

get_footer

Load footer template.Includes the footer template for a theme or if a name is specified then a specialised footer will be included.

1398

Continue reading

get_file_description

Get the description for standard WordPress theme files and other various standard WordPress files

1396

Continue reading

get_file_data

Retrieve metadata from a file.Searches for metadata in the first 8kiB of a file, such as a plugin or theme. Each piece of metadata must be on its own line. Fields can not span multiple lines, the value will get cut at the end of the first line.

1394

Continue reading