mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-16 13:03:21 +09:00
Update/add doc blocks
This commit is contained in:
@@ -3,14 +3,22 @@
|
||||
* @package DisplayFeaturedImageGenesis
|
||||
* @author Robin Cornett <hello@robincornett.com>
|
||||
* @license GPL-2.0+
|
||||
* @link http://robincornett.com
|
||||
* @link https://robincornett.com
|
||||
* @copyright 2014-2016 Robin Cornett Creative, LLC
|
||||
*/
|
||||
|
||||
class Display_Featured_Image_Genesis_Helper extends DisplayFeaturedImageGenesisGetSetting {
|
||||
|
||||
/**
|
||||
* Variable for the plugin setting.
|
||||
* @var $setting
|
||||
*/
|
||||
protected $setting;
|
||||
|
||||
/**
|
||||
* Base id/slug for the settings page.
|
||||
* @var string $page
|
||||
*/
|
||||
protected $page = 'displayfeaturedimagegenesis';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user