ClassicPress Directory Integration
Experimental ClassicPress directory integration plugin.
by ClassicPress Contributors · github.com/classicpress/classicpress-directory-integration · website
★ 4stars
2.2krelease downloads
≈130active sites
6forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/classicpress/classicpress-directory-integration/releases/download/1.1.7/classicpress-directory-integration-1.1.7.zipReadme

ClassicPress Directory integrator.
Features
- Plugins and themes from ClassicPress Directory now can update as WP.org plugins.
- Plugins from ClassicPress Directory now can be installed using the "Install CP Plugins" menu under "Plugins" menu.
- Themes from ClassicPress Directory now can be installed using the "Install CP Themes" menu under "Appearance" menu.
WP-CLI commands
- Flush transients:
wp cpdi flush
Hooks
apply_filters( "cpdi_images_folder_{$plugin}", string $folder )
Filters the folder where we search for icons and banners.
The filtered path is relative to the plugin's directory.
Default is /images.
Example:
add_filter(
'cpdi_images_folder_' . basename( __DIR__ ),
function ( $source ) {
return '/assets/images';
}
);Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.1.7 | Feb 5, 2026 | classicpress-directory-integration-1.1.7.zip | 563 |
| 1.1.6 | Feb 5, 2026 | classicpress-directory-integration-1.1.6.zip | 29 |
| 1.1.5 | Jun 5, 2025 | classicpress-directory-integration-1.1.5.zip | 348 |
| 1.1.4 | May 19, 2025 | classicpress-directory-integration-1.1.4.zip | 87 |
| 1.1.3 | Apr 11, 2025 | classicpress-directory-integration-1.1.3.zip | 132 |
| 1.1.2 | Jan 29, 2025 | classicpress-directory-integration-1.1.2.zip | 238 |
| 1.1.1 | Jan 13, 2025 | classicpress-directory-integration-1.1.1.zip | 102 |
| 1.1.0 | Oct 18, 2024 | classicpress-directory-integration-1.1.0.zip | 322 |
| 1.0.0 | May 31, 2024 | classicpress-directory-integration-1.0.0.zip | 224 |
| 0.3.2 | May 13, 2024 | classicpress-directory-integration-0.3.2.zip | 29 |
| 0.3.1 | Apr 30, 2024 | classicpress-directory-integration-0.3.1.zip | 21 |
| 0.3.0 | Apr 18, 2024 | classicpress-directory-integration-0.3.0.zip | 24 |
| 0.2.0 | Apr 17, 2024 | classicpress-directory-integration-0.2.0.zip | 14 |
| 0.1.4 | Apr 15, 2024 | classicpress-directory-integration-0.1.4.zip | 13 |
| 0.1.3 | Apr 9, 2024 | classicpress-directory-integration-0.1.3.zip | 16 |
| 0.1.2 | Apr 8, 2024 | classicpress-directory-integration-0.1.2.zip | 11 |
| 0.1.1 | Apr 8, 2024 | classicpress-directory-integration-0.1.1.zip | 8 |
| 0.1.0 | Sep 6, 2023 | classicpress-directory-integration-0.1.0.zip | 13 |
Active-site estimate ≈130 comes from the median of recent superseded releases. Method.