apply_filters( ‘global_terms_enabled’, null $enabled )

In this article

Filters whether global terms are enabled.

Description

Returning a non-null value from the filter will effectively short-circuit the function and return the value of the ‘global_terms_enabled’ site option instead.

Parameters

$enablednull
Whether global terms are enabled.

Source


Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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