apply_filters( 'global_terms_enabled', null $enabled )

Filters whether global terms are enabled.


Description Description

Passing a non-null value to the filter will effectively short-circuit the function, returning the value of the ‘global_terms_enabled’ site option instead.


Parameters Parameters

$enabled

(null) Whether global terms are enabled.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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