View::register_assets( stdClass $object )
Registers assets for the view.
Contents
Should be overridden if there are assets for the view.
Parameters
- $object
-
(stdClass) (Required) Object to tie registered assets to.
Source
File: src/Tribe/Views/V2/View.php
public static function register_assets( $object ) {
// Default to a no-op.
}
Changelog
| Version | Description |
|---|---|
| 5.7.0 | Introduced. |