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 77d654c commit f5f2a6cCopy full SHA for f5f2a6c
includes/class-sender.php
@@ -43,7 +43,7 @@ public static function init() {
43
/**
44
* Register post meta
45
*/
46
- public static function register_postmeta() {
+ public static function register_meta() {
47
$post_types = \get_post_types_by_support( 'webmentions' );
48
foreach ( $post_types as $post_type ) {
49
\register_post_meta(
0 commit comments