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
return
at the end of my PHP code, butecho
does the work.$category_description = get_queried_object()->category_description; return $category_description;
But adding this in
Theme File Editor
will work withreturn
.
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.