WP_Customize_Panel::active_callback()

Default callback used when invoking WP_Customize_Panel::active().


Description Description

Subclasses can override this with their specific logic, or they may provide an ‘active_callback’ argument to the constructor.


Return Return

(bool) Always true.


Top ↑

Source Source

File: wp-includes/class-wp-customize-panel.php

	public function active_callback() {
		return true;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.