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 c06eeee commit 04a0902Copy full SHA for 04a0902
src/plugin/class-transformer.php
@@ -7,7 +7,7 @@ class Transformer {
7
public const string META_KEY_LIBERATED_OUTPUT = '_data_liberation_output';
8
9
public function __construct() {
10
- TransformersRegistry::add(
+ Ops::handle(
11
SubjectType::BLOGPOST,
12
array(
13
'slug' => 'try_wordpress',
@@ -19,7 +19,7 @@ public function __construct() {
19
)
20
);
21
22
23
SubjectType::PAGE,
24
25
0 commit comments