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.
2 parents 336cc63 + 986463e commit 5080c19Copy full SHA for 5080c19
includes/Cache/Cache.php
@@ -38,22 +38,14 @@ public function __construct( Container $container ) {
38
39
$this->hooks();
40
41
- add_action( 'plugins_loaded', array( $this, 'hooks2' ) );
42
-
43
add_filter( 'newfold-runtime', array( $this, 'add_to_runtime' ), 100 );
44
}
45
46
/**
47
* Add hooks.
48
*/
49
public function hooks() {
50
51
add_action( 'after_mod_rewrite_rules', array( $this, 'on_rewrite' ) );
52
53
- add_action( 'newfold_container_set', array( $this, 'plugin_hooks' ) );
54
- add_action( 'plugins_loaded', array( $this, 'hooks' ) );
55
56
57
58
59
0 commit comments