return does not work but echo does
-
Hi, I’m trying to display my category description on the category archive page. However, I face some issues with using
returnat the end of my PHP code, butechodoes the work.$category_description = get_queried_object()->category_description; return $category_description;But adding this in
Theme File Editorwill work withreturn.- This topic was modified 3 years, 7 months ago by .
- This topic was modified 3 years, 7 months ago by .
- This topic was modified 3 years, 7 months ago by .
- This topic was modified 3 years, 7 months ago by .
- This topic was modified 3 years, 7 months ago by .
- This topic was modified 3 years, 7 months ago by .
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘return does not work but echo does’ is closed to new replies.