diff --git a/build/variations/add-to-calendar/class-add-to-calendar.php b/build/variations/add-to-calendar/class-add-to-calendar.php new file mode 100644 index 000000000..457d3bf73 --- /dev/null +++ b/build/variations/add-to-calendar/class-add-to-calendar.php @@ -0,0 +1,61 @@ +setup_hooks(); + } + + /** + * Set up hooks for various purposes. + * + * This method adds hooks for different purposes as needed. + * + * @since 1.0.0 + * + * @return void + */ + protected function setup_hooks(): void { + // wp_die('variation test end.'); + + // add_action( 'init', array( $this, 'register_block_bindings_sources' ) ); + // add_action( 'init', array( $this, 'register_blocks_styles' ) ); + } + +} diff --git a/build/variations/add-to-calendar/index.asset.php b/build/variations/add-to-calendar/index.asset.php new file mode 100644 index 000000000..f53453333 --- /dev/null +++ b/build/variations/add-to-calendar/index.asset.php @@ -0,0 +1 @@ + array(), 'version' => '31d6cfe0d16ae931b73c'); diff --git a/build/variations/add-to-calendar/index.js b/build/variations/add-to-calendar/index.js new file mode 100644 index 000000000..e69de29bb diff --git a/src/variations/add-to-calendar/class-add-to-calendar.php b/src/variations/add-to-calendar/class-add-to-calendar.php new file mode 100644 index 000000000..457d3bf73 --- /dev/null +++ b/src/variations/add-to-calendar/class-add-to-calendar.php @@ -0,0 +1,61 @@ +setup_hooks(); + } + + /** + * Set up hooks for various purposes. + * + * This method adds hooks for different purposes as needed. + * + * @since 1.0.0 + * + * @return void + */ + protected function setup_hooks(): void { + // wp_die('variation test end.'); + + // add_action( 'init', array( $this, 'register_block_bindings_sources' ) ); + // add_action( 'init', array( $this, 'register_blocks_styles' ) ); + } + +} diff --git a/src/variations/add-to-calendar/index.js b/src/variations/add-to-calendar/index.js new file mode 100644 index 000000000..e69de29bb