| @@ -152,8 +152,9 @@ | ||
| 152 | 152 | add_action('property_run_update_actions', $update_callback); |
| 153 | 153 | } |
| 154 | 154 | } |
| 155 | 155 | } |
| 156 | + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- Existing public Property Hive extension hook property_run_update_actions; changing the established name would detach installed callbacks. | |
| 156 | 157 | do_action('property_run_update_actions'); |
| 157 | 158 | } |
| 158 | 159 | |
| 159 | 160 | /** |