Skip to content

Commit 9b469a1

Browse files
committed
remove error
1 parent 3f3feb1 commit 9b469a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/design-library/init.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class Stackable_Design_Library {
3838
*/
3939
public function __construct() {
4040
add_action( 'rest_api_init', array( $this, 'register_route' ) );
41-
add_filter( 'stackable_design_library_retreive_body', array( $this, 'replace_dev_mode_urls' ) );
4241

4342
add_filter( 'stackable_design_library_get_premium_designs', array( $this, 'get_designs_with_disabled_blocks' ) );
4443
add_filter( 'stackable_design_library_get_premium_designs', array( $this, 'get_premium_designs' ) );

0 commit comments

Comments
 (0)