Lumaktaw patungo sa pangunahing content

Action: wu_domain_became_primary

Fires when a domain becomes the primary domain for a site.

This action is triggered when a domain's primary_domain flag is set to true, either when creating a new primary domain or when updating an existing domain to become primary.

Parameters

NameTypeDescription
$domain\WP_Ultimo\Models\DomainThe domain that became primary.
$blog_idintThe blog ID of the affected site.
$was_newboolWhether this is a newly created domain.

Since

  • 2.0.0

Source

Defined in inc/models/class-domain.php at line 561