Reply To: Sections Add-On

Home Forums Support Sections Add-On Reply To: Sections Add-On

Home Forums Support Sections Add-On Reply To: Sections Add-On

#153836
Tom
Lead Developer
Lead Developer

I’ve got this added in.

For the next version of Sections/GP Premium (1.2.75), you’ll be able to do this:

add_filter( 'generate_sections_sidebars','generate_enable_sections_sidebars' );
function generate_enable_sections_sidebars()
{
	return true;
}