mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-13 19:46:06 +09:00
Fix term meta removal
This commit is contained in:
@@ -131,6 +131,7 @@ class Display_Featured_Image_Genesis_Taxonomies extends Display_Featured_Image_G
|
||||
}
|
||||
$input = filter_input( INPUT_POST, $this->page, FILTER_DEFAULT );
|
||||
if ( ! $input ) {
|
||||
delete_term_meta( $term_id, $this->page );
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user