IOverrideExImport
in
Table of Contents
Methods
- import() : mixed
- Import a tree with __children array and __metas array recursively.
- importFileBird() : mixed
- Import from "FileBird".
- importMlf() : mixed
- Import from "Media Library Folders".
- importShortcuts() : mixed
- Search the wp_realmedialibrary_posts table for importData contains "," and then create the shortcuts for the splitted "," folders.
- importTaxonomy() : mixed
- Import a taxonomy with relationships.
Methods
import()
Import a tree with __children array and __metas array recursively.
public
import(array<string|int, mixed> $tree) : mixed
Parameters
- $tree : array<string|int, mixed>
importFileBird()
Import from "FileBird".
public
importFileBird() : mixed
importMlf()
Import from "Media Library Folders".
public
importMlf() : mixed
importShortcuts()
Search the wp_realmedialibrary_posts table for importData contains "," and then create the shortcuts for the splitted "," folders.
public
importShortcuts() : mixed
importTaxonomy()
Import a taxonomy with relationships.
public
importTaxonomy(string $tax) : mixed
Parameters
- $tax : string