apply_filters( 'twentytwenty_get_elements_array', array )
- Since
- Twenty Twenty 1.0
Filters Twenty Twenty theme elements.
Parameters
array- Array of elements.
Fired at · 1
wp-content/themes/twentytwenty/functions.php:818twentytwenty_get_elements_array()
Source
View on Trac ↗View on GitHub ↗
812 * Filters Twenty Twenty theme elements.813 *814 * @since Twenty Twenty 1.0815 *816 * @param array Array of elements.817 */818 return apply_filters( 'twentytwenty_get_elements_array', $elements );819}820
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 6.8.8 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.