[PHP] core.index_common_after

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.index_common_after

Post by KillBill. »

  • Identifer: core.index_common_after
    Location: index.php
    Parameters: not be
    Explanation: phpBB Arcade game score submission
Example:

Code: Select all

include($phpbb_root_path . 'common.' . $phpEx);

extract($phpbb_dispatcher->trigger_event('core.index_common_after'));
Ticket :: https://tracker.phpbb.com/browse/PHPBB3-13610

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: [PHP] core.index_common_after

Post by RMcGirr83 »

You need to explain your reasoning for the event.
Do not hire Christian Bullock he won't finish the job and will keep your money

KillBill.
Registered User
Posts: 20
Joined: Wed Feb 11, 2015 6:07 am

Re: [PHP] core.index_common_after

Post by KillBill. »

has been solved.

Post Reply