Custom Feed add_feed() with Variable
-
Trying to create a custom feed for taxonomies.
This works:
add_feed($term_slug, ‘se_feed’);However, calling the function with a variable does not.
add_feed($term_slug, se_feed($term));
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Custom Feed add_feed() with Variable’ is closed to new replies.