bp_xprofile_reset_fields_by_name_cache_incrementor()

Clear the field-name cache.


Description Description


Source Source

File: bp-xprofile/bp-xprofile-cache.php

function bp_xprofile_reset_fields_by_name_cache_incrementor() {
	bp_core_reset_incrementor( 'bp_xprofile_fields_by_name' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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