@@ -46,6 +46,9 @@ |
||
46 | 46 | return WP_Block_Type_Registry::get_instance()->get_all_registered(); |
47 | 47 | } |
48 | 48 | |
49 | + /** |
|
50 | + * @param string $type |
|
51 | + */ |
|
49 | 52 | public static function load_assets_as_required( $type, $content ) { |
50 | 53 | // wp_enqueue_script( 'jetpack-block-' . $type ); |
51 | 54 | // wp_enqueue_styles( 'jetpack-block-' . $type ); |