<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package Genesis\Options * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ /* function genesis_get_option() – Return option from the options table and cache result. */ /* function genesis_option() – Echo options from the options database. */ /* function genesis_get_seo_option() – Return SEO options from the SEO options database. */ /* function genesis_seo_option() – Echo an SEO option from the SEO options database. */ /* function genesis_get_cpt_option() – Return a CPT Archive setting value from the options table. */ /* function genesis_cpt_option() – Echo a CPT Archive option from the options table. */ /* function genesis_custom_field() – Echo data from a post or page custom field. */ /* function genesis_get_custom_field() – Return custom field post meta data. */ /* function genesis_save_custom_fields() – Save post meta / custom field data for a post or page. */ /* function genesis_get_expiring_setting() – Get an expiring database setting. */ /* function genesis_set_expiring_setting() – Set an expiring database setting. */ /* function genesis_delete_expiring_setting() – Delete an expiring database setting. */ /* function genesis_update_settings() – Takes an array of new settings, merges them with the old settings, and pushes them into the database. */