wp_check_term_meta_support_prefilter( mixed $check ): mixed

In this article

Aborts calls to term meta if it is not supported.

Parameters

$checkmixedrequired
Skip-value for whether to proceed term meta function execution.

Return

mixed Original value of $check, or false if term meta is not supported.

Source

	wp_cache_set_last_changed( 'terms' );
}

/**
 * Aborts calls to term meta if it is not supported.
 *
 * @since 5.0.0

Changelog

VersionDescription
5.0.0Introduced.

User Contributed Notes

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