mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Change helper functions load to require_once
This commit is contained in:
@@ -110,7 +110,7 @@ class Display_Featured_Image_Genesis {
|
||||
return;
|
||||
}
|
||||
|
||||
require plugin_dir_path( __FILE__ ) . 'helper-functions.php';
|
||||
require_once plugin_dir_path( __FILE__ ) . 'helper-functions.php';
|
||||
|
||||
// Plugin setup
|
||||
add_action( 'after_setup_theme', array( $this, 'add_plugin_supports' ) );
|
||||
|
||||
Reference in New Issue
Block a user