mirror of
https://gh.wpcy.net/https://github.com/stingray82/uupd.git
synced 2026-07-14 18:21:23 +08:00
257 B
257 B
UUPD Filters (v2.0)
⚠️ BREAKING CHANGE: Filters are now scoped as:
uupd/{filter}/{vendor}/{slug}
Example:
add_filter('uupd/server_url/myvendor/my-plugin', function($url){ return 'https://example.com'; });
Old slug-only filters no longer apply.