Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Overwriting Template functions


Detective
Member

@detective

The only functions that you can replace are the pluggable functions defined in pluggable.php. What i do to replace a core function is to copy them to a functions.php file in my template, rename the function from “core_function” to “my_core_function”, and then replace the function call in the templates. It’s not very elegant but it works.

Skip to toolbar