We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0564c7c commit f736922Copy full SHA for f736922
src/design-library/init.php
@@ -30,10 +30,6 @@ public function __construct() {
30
add_action( 'rest_api_init', array( $this, 'register_route' ) );
31
32
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' ) );
37
}
38
39
public static function validate_string( $value, $request, $param ) {
0 commit comments