plugin.php
This file provides the framework for a plugin architecture.
Documentation on how to write plugins might show up some time.
Everything needs global..
This function is used for hooks which are to return true or false. If $priority is > 0, any one or more trues will override any falses. If $priority < 0, then one or more falses will override any trues.
Priority 0 means majority rules. Ties will be broken with $tie
This function executes a hook, concatenating the results of each plugin that has the hook defined.
This function executes a hook.
This function executes a hook and allows for parameters to be passed.
This function checks whether the user's USER_AGENT is known to be broken. If so, returns true and the plugin is invisible to the offending browser.
*** THIS IS A TEST FOR JAVASCRIPT SUPPORT *** FIXME: This function needs to have its name changed! FIXME: The test in this function is outdated - plenty more browsers support JavaScript, newer browser versions (Mozilla at least) exist, and moreover, we shouldn't be doing user-agent testing - should be trusting our $javascript_on global -- REMOVE THIS FUNCTION IF NOT BEING USED ANYWHERE ELSE
This function adds a plugin.
Documentation generated on Mon, 13 Jan 2020 04:25:10 +0100 by phpDocumentor 1.4.3