[Plugin: Content Aware Sidebars] Custom Post Types not seen when created by plugin
-
I had to move the call
$this->init_settings();to inside of
init_sidebar_type()because it was executing before my custom post and taxonomies were being declared, and therefor not allowing me to define sidebars for them. My types and taxonomies are created through plugins and registered via hook to init (as are the sidebars), but with a lower level priority than the sidebars, so now it works.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Content Aware Sidebars] Custom Post Types not seen when created by plugin’ is closed to new replies.