maddisondesigns / customizer-custom-controls

WordPress Customizer Custom Controls
403 stars 120 forks source link

Google font custom control is displaying an error. #7

Closed jainnidhi closed 6 years ago

jainnidhi commented 6 years ago

I've added a class of google font custom control same as given. And created a control in the customizer file but it is showing an error.

Warning: Invalid argument supplied for foreach() in

public function skyrocket_getFontIndex( $haystack, $needle ) { foreach( $haystack as $key => $value ) { if( $value->family == $needle ) { return $key; } } return false; }

jainnidhi commented 6 years ago

Solved!