polylang-pro-slugs-sync-acf

Installation
SKILL.md

Polylang Pro Slugs, Sync, and ACF

Use this skill when compatibility depends on Pro-only behavior rather than the core Polylang API.

Polylang Pro 3.8.5 adds major behavior in three areas:

  • translated and shared slugs;
  • duplicate/sync workflows;
  • ACF Pro integration.

Guard Pro-only code:

if ( ! defined( 'POLYLANG_PRO' ) ) {
    return;
}

Translated rewrite slugs

Installs
1
GitHub Stars
22
First Seen
1 day ago
polylang-pro-slugs-sync-acf — lonsdale201/wp-agent-skills