mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Merge pull request #130 from svenl77/master
sorry, up_rewrite_flush_rewrite_rules should be um_rewrite_flush_rewr…
This commit is contained in:
+1
-1
@@ -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 );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user