Daymark Hooks
Action and filter reference for the Daymark plugin and its connectors
Available Hooks
This plugin provides the following hooks:
Actions
- daymark_import_responses - This action is documented later in this method.
- daymark_published - Fires after a Mark has been successfully created.
- daymark_register_connectors - Fires after built-in Daymark connectors are registered.
- daymark_syndication_complete - Fires after Daymark has attempted publishing to all selected destinations.
Filters
- daymark_backflow_freshen_window - Filters how long a notifications view treats the last backflow sync as fresh, in seconds.
- daymark_backflow_sync_days - Filters how far back automatic backflow syncing looks, in days.
- daymark_default_destinations - Filters the default destination connector IDs for a Mark type.
- daymark_import_network_responses - Allows a real connector plugin to handle response import for a network instead of the mock importer.
- daymark_publish_helper_adapters - Filter the controllable publishing-helper adapters. Each entry is keyed by id and carries
label,slugs, andbind, wherebindis a callable that registers the plugin's own public per-post control filter. - daymark_publish_helper_plugins - Filter the map of detectable publishing-helper plugins.
- daymark_title_field_policy - Filters the per-type policy for the composer's optional Title field.