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 3f3feb1 commit 9b469a1Copy full SHA for 9b469a1
src/design-library/init.php
@@ -38,7 +38,6 @@ class Stackable_Design_Library {
38
*/
39
public function __construct() {
40
add_action( 'rest_api_init', array( $this, 'register_route' ) );
41
- add_filter( 'stackable_design_library_retreive_body', array( $this, 'replace_dev_mode_urls' ) );
42
43
add_filter( 'stackable_design_library_get_premium_designs', array( $this, 'get_designs_with_disabled_blocks' ) );
44
add_filter( 'stackable_design_library_get_premium_designs', array( $this, 'get_premium_designs' ) );
0 commit comments