sorry, up_rewrite_flush_rewrite_rules should be um_rewrite_flush_rewrite_rules ;)

This commit is contained in:
Sven Lehnert
2016-05-01 13:44:15 +02:00
parent 03a2ee8fbd
commit 8ba993754b
+1 -1
View File
@@ -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 );
}