Versions in this module Expand all Collapse all v0 v0.1.0 Mar 22, 2026 Changes in this version + const BaseURL + const LibraryID + type WordPressSource struct + func New() *WordPressSource + func (w *WordPressSource) DetectWrapper(method *source.Method) (bool, string, string) + func (w *WordPressSource) DiscoverEntities(ctx context.Context, fetch source.FetchFunc) ([]string, error) + func (w *WordPressSource) ID() string + func (w *WordPressSource) Meta() source.LibraryMeta + func (w *WordPressSource) ParseEntity(_ context.Context, url string, body []byte) (*source.Entity, []string, error) + func (w *WordPressSource) ParseMethod(_ context.Context, url string, body []byte) (*source.Method, error) + func (w *WordPressSource) ParseSourceCode(body []byte) (string, error) + func (w *WordPressSource) ResolveWrapperURL(targetName, targetKind, entitySlug string) string