From 8ba993754b79639dc996aa7d00106b957f86e46e Mon Sep 17 00:00:00 2001 From: Sven Lehnert Date: Sun, 1 May 2016 13:44:15 +0200 Subject: [PATCH] sorry, up_rewrite_flush_rewrite_rules should be um_rewrite_flush_rewrite_rules ;) --- core/um-rewrite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/um-rewrite.php b/core/um-rewrite.php index 16a262b9..09370fed 100644 --- a/core/um-rewrite.php +++ b/core/um-rewrite.php @@ -84,7 +84,7 @@ class UM_Rewrite { 'top' ); - if( !apply_filters('up_rewrite_flush_rewrite_rules', um_get_option('um_flush_stop') ) ) + if( !apply_filters('um_rewrite_flush_rewrite_rules', um_get_option('um_flush_stop') ) ) flush_rewrite_rules( true ); }