You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HelpHub: Defer post type and taxonomy registration to init to avoid early translation loading.
Move instantiation of post types and taxonomy out of the constructor and into a new method hooked to init, preventing _load_textdomain_just_in_time warnings from WordPress 6.7.
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14761 74240141-8908-4e6f-9713-ba540dce6ec7
Copy file name to clipboardExpand all lines: wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes/class-helphub-post-types.php
+19-10Lines changed: 19 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,24 @@ public function __construct() {
0 commit comments