Skip to content

Commit f736922

Browse files
authored
Update src/design-library/init.php
1 parent 0564c7c commit f736922

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/design-library/init.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ public function __construct() {
3030
add_action( 'rest_api_init', array( $this, 'register_route' ) );
3131

3232
add_action( 'stackable_delete_design_library_cache', array( $this, 'delete_cache_v3' ) );
33-
34-
// DEV NOTE: Commenting this out for now since it is producing server load in the frontend.
35-
// We can re-enable this when we have a better way to register block patterns.
36-
// add_action( 'init', array( $this, 'register_design_pattern' ) );
3733
}
3834

3935
public static function validate_string( $value, $request, $param ) {

0 commit comments

Comments
 (0)