Skip to main content

Referència de Hooks

Documentació generada automàticament per a les 59 accions i 115 filtres d'Ultimate Multisite.

Accions

(Note: The provided list seems to be a collection of functions related to domain management, which is highly specific and technical. I will treat this as a technical API/function list and provide a general summary based on the pattern observed.)


Summary of Functions

The provided list appears to be a comprehensive set of functions, likely belonging to a Domain Management API or Module. These functions are designed to interact with and retrieve information about various types of domains, supporting complex hierarchical and relational queries.

Key Functionality Areas:

  1. Basic Retrieval: Functions to fetch a domain by its primary identifiers (ID, slug, permalink).
  2. Filtering/Querying: Extensive methods to filter domains based on metadata, taxonomy, status, user ID, post type, etc.
  3. Hierarchical Relationships: A robust set of functions to navigate the domain structure, allowing retrieval of ancestors, descendants, and related domains based on parent/child relationships.
  4. Advanced Relationship Mapping: Highly specific functions to retrieve related domains across all levels of the hierarchy (e.g., related domains by all ancestors, all descendants, etc.).

Pattern Observation:

The functions follow a highly consistent naming convention, indicating a structured, object-oriented approach to data retrieval, making it easy to understand the scope of the data being queried (e.g., wu_domain_get_by_all_related_domains_by_all_ancestors).

In essence, this module provides deep, multi-faceted querying capabilities for a domain structure, going far beyond simple lookups to map complex relationships.