Skip to content
mcorucu SEO Tools1.2.0
1.2.01 min read

Hooks and Filters

Developer extension points for mcorucu SEO Tools.

mcorucu SEO Tools follows WordPress extension patterns.

Extension areas

  • Service registration.
  • Score refresh events.
  • Content adapters and page-builder integrations.
  • Schema graph nodes.
  • Compatibility integrations.
  • AI provider registration and suggestion post-processing.
  • Analyzer stop words.

Naming

Public hooks and filters use the mcorucu_seo_tools prefix for the 1.2.0 brand and slug.

Compatibility

Custom integrations should avoid changing deterministic scoring unless they are explicitly extending analyzer inputs or registered rules.

Related articles