Fix redux notices, css styles in admin

This commit is contained in:
Ultimate Member
2015-12-13 18:39:42 +02:00
parent 26ae1cab9c
commit 9c7fb343b8
3 changed files with 24 additions and 7 deletions
@@ -70,7 +70,7 @@
}
public static function isWpDebug() {
return ( defined( 'WP_DEBUG' ) && WP_DEBUG == true );
return 0;
}
public static function getTrackingObject() {