apply_filters( 'twentytwenty_get_elements_array', array $elements )
- Since
- Twenty Twenty 1.0
Filters Twenty Twenty theme elements.
Parameters
$elementsarray- Array of elements.
Fired at · 1
wp-content/themes/twentytwenty/functions.php:830twentytwenty_get_elements_array()
Source
View on Trac ↗View on GitHub ↗
824 * Filters Twenty Twenty theme elements.825 *826 * @since Twenty Twenty 1.0827 *828 * @param array $elements Array of elements.829 */830 return apply_filters( 'twentytwenty_get_elements_array', $elements );831}832
History
Introduced in Twenty Twenty 1.0. 2 changes between 6.7.7 and 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
7.0.4
Parameter $elements added.verified against source
7.0.4
Parameter `` removed.verified against source
Twenty Twenty 1.0
Twenty Twenty 1.0from the docblock
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.