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 a7f50f9 commit b7c51ceCopy full SHA for b7c51ce
includes/class-sender.php
@@ -44,7 +44,7 @@ public static function init() {
44
* @param int $post_id Post ID.
45
*/
46
public static function publish_hook( $post_id ) {
47
- if ( \get_post_meta( $post_id, 'webmention_send_disabled', 1 ) ) {
+ if ( \get_post_meta( $post_id, 'webmentions_disabled_pings', 1 ) ) {
48
return;
49
}
50
0 commit comments