mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Include the widget form class
This commit is contained in:
@@ -207,6 +207,7 @@ class DisplayFeaturedImageGenesisWidgetsBlocksFields {
|
||||
if ( isset( $this->form ) ) {
|
||||
return $this->form;
|
||||
}
|
||||
include_once 'class-displayfeaturedimagegenesis-widgets-form.php';
|
||||
$this->form = new DisplayFeaturedImageGenesisWidgetsForm( $this, array() );
|
||||
|
||||
return $this->form;
|
||||
|
||||
Reference in New Issue
Block a user