Plugin Directory

Changeset 3301884


Ignore:
Timestamp:
05/28/2025 01:58:33 AM (9 months ago)
Author:
Chee Studio
Message:

updating function namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-pie-chart-block-for-wp/tags/1.6/simple-pie-chart-block.php

    r3301882 r3301884  
    77 * Version:           1.6
    88 * Author:            Chee Studio
    9  * Author URI:        https://chee.studio
     9 * Author URI:        https://chee.studio/
    1010 * License:           GPL-2.0-or-later
    1111 * 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
    1313 *
    1414 * @package Simple Pie Chart Block for WP
     
    1919}
    2020
    21 function simple_pie_chart_block_init() {
     21function chee_spcb_init_block() {
    2222    register_block_type( __DIR__ . '/build' );
    2323}
    24 add_action( 'init', 'simple_pie_chart_block_init' );
     24add_action( 'init', 'chee_spcb_init_block' );
Note: See TracChangeset for help on using the changeset viewer.