3D Plugins – PHP Hooks

See 3D Plugin Template to get started.

PHP Hooks are functions used in the /functions/class_plugin.php file to enable and tie in your Plugin JavaScript functions to specific places in the WalkTheWeb core JavaScript.

 

For example,

WalkTheWeb has an OnClick event used for capturing the mouse click or touch screen interaction.

The PHP Hook allows you to add your JavaScript OnClick event to this existing function.

 

 

Leave a Reply