Default glances for all users?
-
I tried to use the code you provided for default glances, but can’t get it to work.
I have this in functions.php:
apply_filters( 'gt_default_glances', array $default_glances ); $gt_default_glances = array( 'post' => array( 'icon' => 'f109', 'sort' => 1 ), 'page' => array( 'icon' => 'f105', 'sort' => 2 ), 'comment' => array( 'icon' => 'f101', 'sort' => 3 ), 'job_listing' => array( 'icon' => 'f487', 'sort' => 4 ), );
It throws an error, so I’m obviously missing something here.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Default glances for all users?’ is closed to new replies.