mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-17 13:33:32 +09:00
Add helper function to get the plugin setting
This commit is contained in:
@@ -36,8 +36,7 @@ class Display_Featured_Image_Genesis_Output {
|
||||
*/
|
||||
public function manage_output() {
|
||||
|
||||
$settings = new Display_Featured_Image_Genesis_Settings();
|
||||
$this->displaysetting = $settings->get_display_setting();
|
||||
$this->displaysetting = displayfeaturedimagegenesis_get_setting();
|
||||
$skip = $this->displaysetting['exclude_front'];
|
||||
/**
|
||||
* Creates display_featured_image_genesis_skipped_posttypes filter to check
|
||||
|
||||
Reference in New Issue
Block a user