apply_filters( 'twentyeleven_layouts', array $layout_options )
- Since
- Twenty Eleven 1.0
Filters the Twenty Eleven layout options.
Parameters
$layout_optionsarray- An associative array of layout options.
Fired at · 1
wp-content/themes/twentyeleven/inc/theme-options.php:205twentyeleven_layouts()
Source
View on Trac ↗View on GitHub ↗
199 * Filters the Twenty Eleven layout options.200 *201 * @since Twenty Eleven 1.0202 *203 * @param array $layout_options An associative array of layout options.204 */205 return apply_filters( 'twentyeleven_layouts', $layout_options );206}207 208/**209 * Returns the default options for Twenty Eleven.210 *211 * @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 6.9.7 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.