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 ec0a318 commit 215745bCopy full SHA for 215745b
inc/classes/Admin/CPT.php
@@ -77,7 +77,7 @@ public function init(): void {
77
/**
78
* Register my-app custom post type
79
*/
80
- public static function register_cpt(): void {
+ public function register_cpt(): void {
81
82
$labels = [
83
'name' => \esc_html__( 'my-app', 'wp_react_plugin' ),
0 commit comments