PluginProbe
Property Hive / 2.4.0
Property Hive v2.4.0
2.4.0 2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 All 262 releases
← All changes | includes/class-ph-duplicate-post.php +1 -0 2.2.22.4.0 View file →
@@ -43,9 +43,10 @@
43 43 }
44 44 }
45 45
46 46 $post = get_post( $new_post_id );
47 + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- WordPress core hook save_post; renaming it would break the core hook contract.
47 48 do_action( "save_post", $new_post_id, $post, false );
48 49 }
49 50 }
50 51
51 52 PH_Duplicate_Post::init();