Changeset 3301884
- Timestamp:
- 05/28/2025 01:58:33 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-pie-chart-block-for-wp/tags/1.6/simple-pie-chart-block.php
r3301882 r3301884 7 7 * Version: 1.6 8 8 * Author: Chee Studio 9 * Author URI: https://chee.studio 9 * Author URI: https://chee.studio/ 10 10 * License: GPL-2.0-or-later 11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 12 * Text Domain: simple-pie-chart-block 12 * Text Domain: simple-pie-chart-block-for-wp 13 13 * 14 14 * @package Simple Pie Chart Block for WP … … 19 19 } 20 20 21 function simple_pie_chart_block_init() {21 function chee_spcb_init_block() { 22 22 register_block_type( __DIR__ . '/build' ); 23 23 } 24 add_action( 'init', ' simple_pie_chart_block_init' );24 add_action( 'init', 'chee_spcb_init_block' );
Note: See TracChangeset
for help on using the changeset viewer.