@@ -3,6 +3,6 @@ |
||
| 3 | 3 | use Wordlift\Lod_Import\Lod_Import; |
| 4 | 4 | |
| 5 | 5 | if ( apply_filters( 'wl_feature__enable__lod-import', false ) ) { |
| 6 | - $lod_import = new Lod_Import(); |
|
| 7 | - $lod_import->register_hooks(); |
|
| 6 | + $lod_import = new Lod_Import(); |
|
| 7 | + $lod_import->register_hooks(); |
|
| 8 | 8 | } |
@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Wordlift\Lod_Import\Lod_Import; |
| 4 | 4 | |
| 5 | -if ( apply_filters( 'wl_feature__enable__lod-import', false ) ) { |
|
| 5 | +if (apply_filters('wl_feature__enable__lod-import', false)) { |
|
| 6 | 6 | $lod_import = new Lod_Import(); |
| 7 | 7 | $lod_import->register_hooks(); |
| 8 | 8 | } |