WP Manifestindependent plugin directory
manifest / integrations / kicksite-connect

Kicksite Connect self-updates

WordPress Plugin For Kicksite Integrations and Connections

by Kicksite · github.com/kicksitedev/kicksite-connect

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kicksitedev/kicksite-connect/archive/refs/heads/main.zip

Ships its own WordPress updater (built-in updater), so new versions show up under Dashboard → Updates.

WordPress plugin for Kicksite integrations and connections.

Site identity marker

The plugin prints a hidden meta tag into the head of every front-end page. Its name and content are a fixed contract with a separate Kicksite service: never rename it, change its value, or gate it on configuration.

tests/Unit/SiteMarkerTest.php asserts the exact tag as a hard-coded literal, so any change to it fails the suite loudly. If the tag genuinely must change, the old one stays in place alongside the new one until the consuming service has been updated and confirmed.

Background and rationale: see "Kicksite Connect — site identity marker" in Nexus.

Tests

composer install        # first time only
vendor/bin/phpunit --testdox