
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@pantheon-systems/wordpress-kit
Advanced tools
Utilities to help simplify the process of sourcing data from a WordPress backend for a Front-End Site hosted on Pantheon.
To install this package to use in your application:
npm install @pantheon-systems/wordpress-kit
Modules can be imported or required from the @pantheon-systems/wordpress-kit
package.
import { GraphQLClientFactory } from '@pantheon-systems/wordpress-kit';
const client = new GraphQLClientFactory(
'my.wordpressbackend.com/wp/graphql',
).create();
tailwind.config.js file
const { tailwindcssPlugin } = require('@pantheon-systems/wordpress-kit');
plugins array:
/** @type {import('@pantheon-systems/wordpress-kit').TailwindcssConfig} */
module.exports = {
content: [ ... ],
theme: { ... },
plugins: [tailwindcssPlugin],
};
To see the API reference, visit our docs site
Please see the Contributing guide in our monorepo for more information on contributing to the project.
FAQs
Pantheon Decoupled Kit's WordPress Kit
We found that @pantheon-systems/wordpress-kit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.