You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins are loaded using *plugin* method from phpQueryObject or phpQuery static namespace.
Writing plugins
Plugin consist from 2 classes - first extending *phpQueryObjects* (result of pq(); function) and second, extending static *phpQuery::$plugins* namespace. Plugin classes are never intialized, just method calls are forwarded in static way from phpQuery.