Changeset 10237 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/blocks.php
- Timestamp:
- 09/03/2020 11:57:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/blocks.php
r10169 r10237 3 3 namespace WPOrg_Learn\Blocks; 4 4 5 use Error; 5 6 use function WPOrg_Learn\Post_Meta\get_workshop_duration; 6 7 7 8 defined( 'WPINC' ) || die(); 9 10 /** 11 * Actions and filters. 12 */ 13 add_action( 'init', __NAMESPACE__ . '\workshop_details_init' ); 14 add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\enqueue_block_style_assets' ); 15 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\enqueue_block_style_assets' ); 8 16 9 17 /**
Note: See TracChangeset
for help on using the changeset viewer.