Skip to content

Compiled taxonomy folder

bseddon edited this page Nov 16, 2016 · 2 revisions

By default the location of the folder containing compiled taxonomies is expected to be the current folder. This can be changed by assigning a folder to a global variable called $compiled_taxonomy_name_prefix.

global $compiled_taxonomy_name_prefix;

Most functions that lead to the loading of a taxonomy also allow the name of the compiled taxonomy that is to be use to be named. If only a file name is provided then it is assumed the file is in the current directory (with respect to the main script). But the file can include a relative or fully qualified path.

Clone this wiki locally