Skip to main content

Action: daymark_register_subscription_sources

Fires so inbound subscription sources can register themselves.

The inbound mirror of daymark_register_connectors, fired at the same point in the request lifecycle. A future built-in RSS/Atom feed source, a Friends friend_post adapter, an ActivityPub actor-post adapter, or any other source plugin can hook here to register a Daymark_Subscription_Source implementation via $registry->register_source( $source ), without modifying core.

Parameters

NameTypeDescription
$registry\Daymark_Subscription_Source_RegistryThe subscription source registry.

Source

Defined in includes/class-plugin.php at line 346