WP_Customize_Sidebar_Section::active_callback(): bool In this article Table of ContentsReturn Source Changelog ↑ Back to top Whether the current sidebar is rendered on the page. Return bool Whether sidebar is rendered. Source wp-includes/customize/class-wp-customize-sidebar-section.phpCopypublic function active_callback() { return $this->manager->widgets->is_sidebar_rendered( $this->sidebar_id ); } View all references View on Trac View on GitHub Changelog VersionDescription4.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.