Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nab_get_testable_taxonomies

apply_filters( ‘nab_get_testable_taxonomies’, array $taxonomies, string $post_type )

Gets the taxonomies that can be tested and, therefore, should be replaced during a test.

Parameters

$taxonomies array

(Required) list of taxonomies.

$post_type string

(Required) the post type for which we’re retrieving the list of taxonomies

Source

File: includes/experiments/hooks/post/load.php

Changelog

Changelog
VersionDescription
5.0.9Introduced.