Very cool class, but the menu icons aren't working for me. My IDE isn't actually recognising $this->menu_icon['hover'] as available from within the set_post_icon() method.
The logo doesn't change in the admin and I get the following errors;
[06-Jan-2014 23:57:31 UTC] PHP Notice: Undefined property: CPT::$menu_icon in /xxx/wp-content/themes/pds-master/library/vendor/CPT.php on line 1148
[06-Jan-2014 23:57:31 UTC] PHP Notice: Undefined property: CPT::$menu_icon in /xxx/wp-content/themes/pds-master/library/vendor/CPT.php on line 1153
[06-Jan-2014 23:57:31 UTC] PHP Notice: Undefined property: CPT::$menu_icon in /xxx/wp-content/themes/pds-master/library/vendor/CPT.php on line 1157
Hi mate
Very cool class, but the menu icons aren't working for me. My IDE isn't actually recognising
$this->menu_icon['hover']
as available from within theset_post_icon()
method.I'm setting up the CPT like so;
The logo doesn't change in the admin and I get the following errors;