• Does every plugin get fired for every page/post request? The reason I ask is I enabled
    ini_set(‘display_errors’, 1);
    ini_set(‘error_reporting’, E_ALL);
    to debug a plugin I was working on, and saw errors returned for MANY plugins. I was wondering why the errors, but alos why econtacts for instance, whihc is really only relevant to one page, is running on all of them.

The topic ‘When do plugins run?’ is closed to new replies.