wp_cache_set_terms_last_changed

Advertisement

Summery Summery

Sets the last changed time for the ‘terms’ cache group.

Syntax Syntax

wp_cache_set_terms_last_changed()

Source Source

File: wp-includes/taxonomy.php

		/** This filter is documented in wp-includes/taxonomy.php */
		return apply_filters( 'get_ancestors', $ancestors, $object_id, $object_type, $resource_type );
	}

Advertisement

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Advertisement

Leave a Reply