Skip to content

Instantly share code, notes, and snippets.

View damianwajer's full-sized avatar

Damian Wajer damianwajer

View GitHub Profile
@scribu
scribu / wrapping.php
Last active January 7, 2024 11:59
Theme wrapping
<?php
# License: Public Domain
# I recommend replacing 'my_' with your own prefix.
function my_template_path() {
return My_Wrapping::$main_template;
}