Skip to content

Commit 60d59ab

Browse files
authored
Update includes/class-sender.php
1 parent f5f2a6c commit 60d59ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-sender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static function init() {
3737

3838
// remote delete posts
3939
add_action( 'webmention_delete', array( static::class, 'send_webmentions' ) );
40-
\add_action( 'init', array( self::class, 'register_postmeta' ), 11 );
40+
self::register_postmeta();
4141
}
4242

4343
/**

0 commit comments

Comments
 (0)