Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dpowney

    (@dpowney)

    Hi,

    Yes there is.

    You can use
    echo do_shortcode( '[mr_rating_form post_id="1"]' );

    or call the Multi Rating API directly:

    Multi_Rating_API::display_rating_form( array(
        'post_id' => 1,
        'echo' => true,
    ) );
    Thread Starter Missketer

    (@missketer)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display form with php’ is closed to new replies.