\Redux_Helpers

Redux Helpers Class

Class of useful functions that can/should be shared among all Redux files.

Summary

Methods
Properties
Constants
isParentTheme()
isChildTheme()
array_in_array()
recursive_array_search()
cleanFilePath()
hex2rgba()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

isParentTheme()

isParentTheme()

isChildTheme()

isChildTheme()

array_in_array()

array_in_array( $needle,  $haystack)

Parameters

$needle
$haystack

recursive_array_search()

recursive_array_search( $needle,  $haystack)

Parameters

$needle
$haystack

cleanFilePath()

cleanFilePath(string $path)

Take a path and return it clean

Parameters

string $path

hex2rgba()

hex2rgba( $hex)

Parameters

$hex