12345678910111213 |
- <?php
- /**
- * Custom functions that act independently of the theme templates.
- *
- * Eventually, some of the functionality here could be replaced by core features.
- *
- * @package Elegant_Business
- */
- /**
- * Probably not necessary, but this could be used to add extra
- * functionality that doesn’t exist in the parent theme.
- */
|