Skip to content
Snippets Groups Projects
Commit a00db5bb authored by Lucas García's avatar Lucas García
Browse files

feat: update language filters interface

parent c69674cb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
function wpct_oc_user_locale()
{
$locale = apply_filters('wpct_st_current_language', 'locale');
$locale = apply_filters('wpct_st_current_language', null, 'locale');
if ($locale) return $locale;
return get_locale();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment