Shortcode not returning the value
-
So I recently came across this weird bug.
here’s the function that I’m calling through shortcode in a cell.
https://sandbox.onlinephpfunctions.com/code/10f6e05d1403e6d7944a1bede31b007312584f39My cell looks like this: https://i.imgur.com/yrczNQi.jpg
Whenever I fell in the situation return ‘No’,
The ‘No’ was not returned to the tablepress, but was echoed in the page.
If I fell in the other case, no worries at all, the value was returned into the cell.Now, if I allow PHP in the cells and just call the function like this: https://i.imgur.com/IrsQYJx.jpg
It works, the ‘No’ is correctly displayed in the cell.
I think you have an issue somewhere.
Reverted to 1.10, but it’s still there so it’s not due to the last update
- The topic ‘Shortcode not returning the value’ is closed to new replies.