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 459bf5c commit 5f7cbefCopy full SHA for 5f7cbef
clarkson-404.php
@@ -24,7 +24,7 @@ class FourOFour {
24
25
protected function __construct() {
26
add_action( 'admin_init', array( $this, 'settings_field' ) );
27
- add_filter( 'clarkson_context_args', array( $this, 'add_404_object' ) );
+ add_filter( 'clarkson_core_template_context', array( $this, 'add_404_object' ) );
28
add_action( 'wp', array( $this, 'force_404' ) );
29
}
30
0 commit comments