May 10, 2020 1:43 pm
I would like to link from a post to a forum topic of a new added topic with:
<?php
$topicid = WPF()->topic->add( [ ...] );
$url = WPF()-> ...
How can I complete the last line of this code?
1 Reply
May 12, 2020 6:51 am
The answer is:
$url = WPF()->topic->get_topic_url($topicid);