apply_filters( "tec_events_elementor_registered_{$this->type}", array $widgets )

Filters the list of objects available and registered.

Both classes and built objects can be associated with a slug; if bound in the container the classes will be built according to the binding rules; objects will be returned as they are.


Parameters

$widgets

(array) An associative array of objects in the shape [ <slug> => <class> ].


Top ↑

Source

File: src/Events/Integrations/Plugins/Elementor/Manager_Abstract.php


Top ↑

Changelog

Changelog
Version Description
6.4.0 Introduced.