How to include ‘get_organizer_name’ in the shortcode
-
I’m using a customer review plugin and need to be able to add the organizer in the the shortcode.
To list event organizer name on the page I use:
<?php printf(get_organizer_name());?>How can I include this in the following shortcode:
[site_reviews assigned_organizer=””]
I NEED SOMETHING LIKE:
[site_reviews assigned_organizer=”<?php printf(get_organizer_name());?>”]
Any help will be massively appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to include ‘get_organizer_name’ in the shortcode’ is closed to new replies.