<?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\WidgetAreas * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ add_action( 'admin_bar_menu', 'genesis_cpt_archive_settings_link', 999 ); /* function genesis_cpt_archive_settings_link() – Adds a toolbar link to edit the custom post archive settings */ add_action( 'wp_head', 'genesis_cpt_archive_settings_toolbar_styles' ); /* function genesis_cpt_archive_settings_toolbar_styles() – Adds the pencil icon to the CPT archive settings menu link. */