Add the featured term block

This commit is contained in:
Robin Cornett
2019-06-25 12:37:40 -04:00
parent 44fd9754dc
commit d6bbd8a782
6 changed files with 169 additions and 8 deletions
@@ -45,6 +45,7 @@ class DisplayFeaturedImageGenesisWidgetsBlocks {
);
}
add_action( 'enqueue_block_editor_assets', array( $this, 'localize' ) );
add_action( 'wp_ajax_displayfeaturedimagegenesis_block', array( $fields, 'term_action_callback' ) );
}
/**