Add and fix filters

This commit is contained in:
Brian Miyaji
2015-01-30 18:39:03 +11:00
parent 78a561f33e
commit fc0a55e966
4 changed files with 7 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ if ( ! function_exists( 'sp_config_types' ) ) {
*/
if ( ! function_exists( 'sp_taxonomies' ) ) {
function sp_taxonomies() {
return apply_filters( 'sportspress_terms', array( 'sp_league', 'sp_season', 'sp_venue', 'sp_position' ) );
return apply_filters( 'sportspress_taxonomies', array( 'sp_league', 'sp_season', 'sp_venue', 'sp_position' ) );
}
}