Skip to content

Instantly share code, notes, and snippets.

@xeeeveee
xeeeveee / functions.php
Created July 14, 2015 15:30
Startuply error
/*
* Error
*
* [14-Jul-2015 15:22:08 UTC] PHP Fatal error: Cannot unset string offsets in ../wp-content/themes/startuply/functions.php on line 906
*
* Fixed by added an isset
*/
function startuply_set_menus_columns($columns ) {
$desc_key = 'managenav-menuscolumnshidden';