We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66b0c3b + 27fe90c commit f6bd71aCopy full SHA for f6bd71a
1 file changed
inc/Block_Patterns.php
@@ -37,8 +37,6 @@ class Block_Patterns {
37
* Block_Patterns constructor.
38
*/
39
public function __construct() {
40
- $this->setup_properties();
41
-
42
add_action( 'init', array( $this, 'run' ) );
43
}
44
@@ -48,6 +46,7 @@ public function __construct() {
48
46
* @return void
49
47
50
public function run() {
+ $this->setup_properties();
51
$this->register_categories();
52
$this->register_patterns();
53
0 commit comments