apply_filters( 'nab_register_experiment_post_type', array $args )
Filters the args of the “Experiment” post type.
Description
Parameters
- $args
(array) (Required) The arguments, as defined in WordPress function
register_post_type
.
Source
File: includes/experiments/class-nelio-ab-testing-experiment-post-type-register.php
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |