Notifications
Clear all
May 29, 2023 12:22 am
Hi all, I wanted to know if there is a way to add a redirect to wpforo's default 404 page to a custom 404 page.
4 Replies
Jun 05, 2023 3:31 pm
Hi @systemcrack,
You can use this hook for that:
$this->current_object = apply_filters( 'wpforo_after_init_current_object', $this->current_object, $wpf_url_parse );