Add backwards compat fix for new single-stage array
This commit is contained in:
@ -86,13 +86,13 @@ class ContentWarning_v2 {
|
||||
|
||||
add_action( 'wp_footer', array( $this, 'render_dialog' ) );
|
||||
add_action( 'wp_head', array( $this, 'override_css' ) );
|
||||
|
||||
if ( ! is_admin() ) {
|
||||
|
||||
}
|
||||
$this->plugin_classes();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get Cookie Name
|
||||
*
|
||||
|
Reference in New Issue
Block a user