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