Skip to content

Examples

github-actions[bot] edited this page Aug 25, 2026 · 1 revision

Examples

Short, complete, copy-pasteable recipes. Each file is a working plugin snippet — drop it into a plugin file that starts with:

<?php
/**
 * Plugin Name: My Desktop Extension
 */
defined( 'ABSPATH' ) || exit;

Index

If your use case isn't here, check Hooks Reference and JavaScript Reference — everything we fire is documented there.

Home

Guides

Migration notes

Examples

All examples

Clone this wiki locally