-
-
Notifications
You must be signed in to change notification settings - Fork 11
Hooks
github-actions[bot] edited this page Jan 2, 2026
·
2 revisions
-
DEPRECATED Usepubsubhubbub_comment_feed_urlswebsub_comment_feed_urlsinstead -
DEPRECATED Usepubsubhubbub_feed_urlswebsub_feed_urlsinstead -
DEPRECATED Usepubsubhubbub_hub_urlswebsub_hub_urlsinstead -
DEPRECATED Usepubsubhubbub_publish_update_responsewebsub_publish_update_responseinstead -
websub_comment_feed_urlsFilter the list of comment feed URLs to publish to the hub. -
websub_feed_urlsFilter the list of feed URLs to publish to the hub for a post. -
websub_hub_urlsFilter the list of hub URLs to publish updates to. -
websub_publish_update_responseFires after publishing an update to a hub.
-
websub_deniedFires when a subscription is denied by the hub. -
websub_receivedFires when content is received from a hub. -
websub_signature_invalidFires when signature verification fails. -
websub_signature_validFires when signature verification succeeds. -
websub_subscription_secretFilter to get the secret for a subscription. -
websub_verifiedFires when a subscription is verified. -
websub_verify_subscriptionFilter whether to accept a subscription verification.
-
websub_lease_secondsFilter the requested lease duration. -
websub_pre_{$mode}Fires before sending a subscription request. -
websub_subscribe_argsFilter subscription request arguments. -
websub_{$mode}Fires when a subscription request succeeds.
-
DEPRECATED Usepubsubhubbub_show_discoverywebsub_show_discoveryinstead -
DEPRECATED Usepubsubhubbub_show_discovery_for_comment_feed_typeswebsub_show_discovery_for_comment_feed_typesinstead -
DEPRECATED Usepubsubhubbub_show_discovery_for_feed_typeswebsub_show_discovery_for_feed_typesinstead -
DEPRECATED Usepubsubhubbub_supported_comment_feed_typeswebsub_supported_comment_feed_typesinstead -
DEPRECATED Usepubsubhubbub_supported_feed_typeswebsub_supported_feed_typesinstead self_link-
websub_show_discoveryFilter whether to show WebSub discovery links. -
websub_show_discovery_for_comment_feed_typesFilter the list of comment feed types that show WebSub discovery. -
websub_show_discovery_for_feed_typesFilter the list of feed types that show WebSub discovery. -
websub_supported_comment_feed_typesFilter the list of supported comment feed types for WebSub. -
websub_supported_feed_typesFilter the list of supported feed types for WebSub.