芝麻web文件管理V1.00
编辑当前文件:/home/dcqnetm/intuns/wp-content/plugins/price-table-block/price-table-block.php
is_registered('essential-blocks/pricing-table')) { register_block_type( Price_Table_Helper::get_block_register_path('price-table-block/pricing-table', PRICE_TABLE_BLOCKS_ADMIN_PATH), array( 'editor_script' => 'eb-pricing-table-block-editor', 'editor_style' => 'eb-pricing-table-block-editor-style', 'style' => 'create-block-pricing-table-block', 'render_callback' => function ($attributes, $content) { if (!is_admin()) { wp_enqueue_script('essential-blocks-eb-animation'); } return $content; } ) ); } } add_action('init', 'create_block_pricing_table_block_init');