<?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\Widgets * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ /* class Genesis_Featured_Post */ /* function Genesis_Featured_Post::__construct() – Constructor. Set the default widget options and create widget. */ /* function Genesis_Featured_Post::widget() – Echo the widget content. */ /* function Genesis_Featured_Post::update() – Update a particular instance. */ /* function Genesis_Featured_Post::form() – Echo the settings update form. */