Skip to content

Audit Functions File and Refactor Into Organized Includes

Last updated on October 11, 2025

Review all code in functions.php and determine which functions should be organized into separate include files or a lightweight custom plugin. This helps avoid bloating the theme file, makes functions easier to locate, and separates theme logic from site-wide logic. The goal is a clear structure where filters, shortcodes, custom queries, and helpers are logically grouped.

Published incompleted