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 f5f2a6c commit 60d59abCopy full SHA for 60d59ab
includes/class-sender.php
@@ -37,7 +37,7 @@ public static function init() {
37
38
// remote delete posts
39
add_action( 'webmention_delete', array( static::class, 'send_webmentions' ) );
40
- \add_action( 'init', array( self::class, 'register_postmeta' ), 11 );
+ self::register_postmeta();
41
}
42
43
/**
0 commit comments