Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

wpForo 1.x.x [Closed] Access WPF() in new PHP file

2 Posts
2 Users
0 Reactions
1,639 Views
Posts: 8
Topic starter
(@jospehmoseph)
Active Member
Joined: 6 years ago

Hi all,

I am trying to access WPF() in a new PHP file inside below folder. I am getting Call to undefined function WPF()

\wp-content\plugins\wpforo\wpf-includes

 

$topic = array(
'userid' => $USERID,
'title' => $title,
'body' => $body,
'forumid' => $forumid,
'views' => $views,
'type' => $type ,
'created' => $created
);
WPF()->topic->add($topic);

 

Can somebody please help me with this? 


1 Reply
Robert
Posts: 10606
Admin
(@robert)
Support Team
Joined: 10 years ago

Hi @jospehmoseph,

What PHP file is that? Is it a plugin PHP file? What WordPress hook uses your plugin to connect?