orbit-compat-polylang

Audit WordPress plugins for Polylang compatibility and translation handling.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-compat-polylang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-compat-polylang
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-compat-polylang
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-compat-polylang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit addresses compatibility issues with the Polylang plugin for WordPress, ensuring that plugins function correctly with both the free and Pro versions of Polylang.

Core Features & Use Cases

  • Polylang Compatibility Audit: Checks for proper implementation of Polylang functions and hooks.
  • Custom Post Type Registration: Ensures custom post types are properly registered for translation.
  • URL Handling: Validates URL structures to ensure correct language handling.
  • Pro Features Support: Checks for compatibility with Polylang Pro features like slug translation.
  • Use Case: When developing a plugin that needs to coexist with Polylang, this Skill unit helps ensure seamless integration.

Quick Start

Run the orbit-compat-polylang skill to check for Polylang compatibility issues in your plugin.

Frequently Asked Questions about orbit-compat-polylang

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my WordPress plugin is compatible with Polylang?

To check WordPress plugin compatibility with Polylang, audit your code for correct usage of Polylang functions, custom post type translation registration, and URL handling to ensure proper integration.

How do I register custom post types for translation in Polylang?

Registering custom post types for translation in Polylang requires configuring the post type registration to support language-specific features and integration points, ensuring proper multilingual functionality.

Does Polylang Pro slug translation affect WordPress plugin compatibility?

Polylang Pro slug translation affects plugin compatibility by requiring specific URL handling validation. Plugins must support these Pro features to ensure correct language-specific URL structures.

Why does my custom post type URL return the wrong language in Polylang?

Custom post type URLs return the wrong language in Polylang when URL structures are not properly validated for language handling. Auditing URL handling ensures correct language-specific routing.

What Polylang functions do I need to use for WordPress internationalization?

Polylang internationalization requires using specific Polylang functions and hooks for language-specific features. Proper implementation ensures plugins work correctly with both free and Pro versions.

Can I use this Polylang compatibility audit with both free and Pro versions?

Yes, this Polylang compatibility audit checks plugins for compatibility with both free and Pro versions, focusing on language-specific features, integration points, and Pro features like slug translation.