apply_filters( 'twentyeleven_layouts', \array<string, )
- Since
- Twenty Eleven 1.0
Filters the Twenty Eleven layout options.
Parameters
\array<string,- array<string, string>> $layout_options An associative array of layout options.
Fired at · 1
wp-content/themes/twentyeleven/inc/theme-options.php:216twentyeleven_layouts()
Source
View on Trac ↗View on GitHub ↗
210 * Filters the Twenty Eleven layout options.211 *212 * @since Twenty Eleven 1.0213 *214 * @param array<string, array<string, string>> $layout_options An associative array of layout options.215 */216 return apply_filters( 'twentyeleven_layouts', $layout_options );217}218 219/**220 * Returns the default options for Twenty Eleven.221 *222 * @since Twenty Eleven 1.0
History
Introduced in Twenty Eleven 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 `` added.verified against source
7.0.4
Parameter $layout_options removed.verified against source
Twenty Eleven 1.0
Twenty Eleven 1.0from the docblock
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 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.