Use PHP functions
This commit is contained in:
committed by
M. Shull
parent
879a36e0f2
commit
5d1623a083
@@ -105,10 +105,6 @@ class Functions {
|
||||
return admin_url($path, $scheme);
|
||||
}
|
||||
|
||||
function arrayReplaceRecursive(array $base = [], array $replacements = []) {
|
||||
return array_replace_recursive($base, $replacements);
|
||||
}
|
||||
|
||||
function currentFilter() {
|
||||
return current_filter();
|
||||
}
|
||||
|
Reference in New Issue
Block a user