Shortcode column not functioning
-
I created the following shortcode:
add_shortcode( ‘shortcode_test’, function(){
echo ‘test’;
});Then I created a column with type shortcode and selected the shortcode ‘shortcode_test’ from the list.
After saving the column set the column became visible. But the value of the field was a dash, rather than the word test, which I was expecting.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Shortcode column not functioning’ is closed to new replies.