Changeset 45081 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 04/01/2019 11:55:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r44382 r45081 7 7 * filter hooks in WordPress to change core functionality. 8 8 * 9 * When using a child theme (see https://codex.wordpress.org/Theme_Development and 10 * https://codex.wordpress.org/Child_Themes), you can override certain functions 11 * (those wrapped in a function_exists() call) by defining them first in your child theme's 12 * functions.php file. The child theme's functions.php file is included before the parent 13 * theme's file, so the child theme functions would be used. 9 * When using a child theme you can override certain functions (those wrapped 10 * in a function_exists() call) by defining them first in your child theme's 11 * functions.php file. The child theme's functions.php file is included before 12 * the parent theme's file, so the child theme functions would be used. 13 * 14 * @link https://codex.wordpress.org/Theme_Development 15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 14 16 * 15 17 * Functions that are not pluggable (not wrapped in function_exists()) are instead attached
Note: See TracChangeset
for help on using the changeset viewer.