shortcode with post_id solved
-
@yasr-shortcode-functions.php
add_shortcode (‘yasr_visitor_votes_readonly’, ‘yasr_visitor_votes_readonly_callback’);
function yasr_visitor_votes_readonly_callback ($atts) {
$shortcode_html = NULL;
$a = shortcode_atts( array(
‘id’ => get_the_ID(),
), $atts );
$post_id = $a[‘id’];
//$post_id = get_the_ID();
$votes=yasr_get_visitor_votes($post_id);https://www.ads-software.com/plugins/yet-another-stars-rating/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘shortcode with post_id solved’ is closed to new replies.