_genesis_update_settings() – Deprecated. Push individual setting (or group of setting) into an options db entry stored as an array.
genesis_clear_update_transient() – Delete Genesis update transient after updates or when viewing the themes page.
Genesis_Cli_Command::upgrade_db() – Upgrade the database settings for Genesis, usually after an update.
Genesis_Cli_Db_Command::upgrade() – Upgrade the database settings for Genesis, usually after an update.
genesis_disable_wporg_updates() – Disable WordPress from giving update notifications on Genesis or Genesis child themes.
genesis_erase_update_notification_email_address() – Erases the Update Notification email address if it matches the given email address.
genesis_network_upgrade_site() – Run silent upgrade on each site in the network during a network upgrade.
Genesis_Sanitizer::requires_unfiltered_html() – Keeps the option from being updated if the user lacks unfiltered_html capability.
Genesis_Sanitizer::unfiltered_or_safe_html() – Removes unsafe HTML tags when user does not have unfiltered_html capability.
genesis_unique_menu_name() – Checks if the provided menu name is unique and returns a unique version.
genesis_update_check() – Ping https://api.genesistheme.com/ asking if a new version of this theme is available.
genesis_update_nag() – Display the update nag at the top of the dashboard if there is a Genesis update available.
genesis_update_right_now_text() – Callback to amend the Right Now text, found in the At A Glance dashboard widget.
genesis_update_settings() – Takes an array of new settings, merges them with the old settings, and pushes them into the database.
genesis_upgrade_3001_page_archive() – Generate page_archive.php template file for blogs using default Genesis page_archive.php.
genesis_upgrade_3001_page_blog() – Migrate query_args and/or template for pages using page_blog.php template in 3.0.0.
genesis_upgrade_redirect() – Deprecated. Redirect the user back to the "What’s New" page, refreshing the data and notifying the user that they have successfully updated.
genesis_upgraded_notice() – Deprecated. Displays the notice that the theme settings were successfully updated to the latest version.
genesis_use_child_theme_notice() – Display Warning that Genesis should always be used with a child theme.
genesis_user_meta_default_on() – Check to see if user data has actually been saved, or if defaults need to be forced.
genesis_user_options_fields() – Add fields for user permissions for Genesis features to the user edit screen.
Genesis_User_Profile_Widget::__construct() – Constructor. Set the default widget options and create widget.