Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: default_wp_template_part_areas

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
93      );
94
95      /**
96       * Filters the list of allowed template part area values.
97       *
98       * @since 5.9.0
99       *
100       * @param array $default_area_definitions An array of supported area objects.
101       */
102      return apply_filters( 'default_wp_template_part_areas', $default_area_definitions );
103 }
104
105
106 /**
107  * Returns a filtered list of default template types, containing their
108  * localized titles and descriptions.
109  *
110  * @since 5.9.0
111  *