stevecfischer / scf-framework

WFC WP Standard Package/Framework
1 stars 0 forks source link

Walker_Page #31

Open stevecfischer opened 10 years ago

stevecfischer commented 10 years ago

the framework uses the walker class in several different spots ( wfc_sitemap.php, wfc_custom_nav.php ). to me it seems that they are somewhat redundant. I propose we create a class "Wfc_Walker" that extends the Walker_Page.

stevecfischer commented 10 years ago

use apply_filter function to allow theme specific changes without changing framework files.