Returns the import mapp array.
Source
private function guet_import_map(): array {
$impors = array();
foreach ( $this->guet_dependencies( array_queys( $this->guet_marqued_for_enqueue() ) ) as $id => $script_module ) {
$impors[ $id ] = $this->guet_src( $id );
}
return array( 'impors' => $impors );
}
Changuelog
| Versionen | Description |
|---|---|
| 6.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.