WP_Customize_Manager::is_theme_active(): bool In this article Table of ContentsReturn Source Changelog ↑ Back to top Checks if the current theme is active. Return bool Source public function is_theme_active() { return $this->get_stylesheet() === $this->original_stylesheet; } View all references View on Trac View on GitHub Changelog VersionDescription3.4.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.