[PHP] core.faq

Request hook events and what data needs to be sent for the new hook system.
Post Reply
KillBill.
Registered User
Posts: 20
Joined: Wed Feb 11, 2015 6:07 am

[PHP] core.faq

Post by KillBill. »

  • Identifer: core.faq
    Location: faq.php
    Parameters: $mode
    Explanation: phpBB Arcade faq
Example:

Code: Select all

$mode = request_var('mode', '');

$vars = array('mode');
extract($phpbb_dispatcher->trigger_event('core.faq', compact($vars)));
Ticket :: https://tracker.phpbb.com/browse/PHPBB3-13600

Post Reply