File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
![ ClassicPress Directory Integration Plugin logo] ( images/banner-772x250.png " ClassicPress Directory Integration Plugin ")
2
2
3
- # Draft plugin for ClassicPress Directory integrator.
3
+ # ClassicPress Directory integrator.
4
4
5
5
## Features
6
6
7
- #### Plugins and Themes from ClassicPress Directory now can update as WP.org plugins.
8
-
9
- #### Plugins from ClassicPress Directory now can be installed using the "Install CP Plugins" menu under "Plugins" menu.
10
-
11
- #### Themes from ClassicPress Directory now can be installed using the "Install CP Themes" menu under "Appearance" menu.
7
+ - Plugins and themes from [ ClassicPress Directory] ( https://directory.classicpress.net/ ) now can update as WP.org plugins.
8
+ - Plugins from ClassicPress Directory now can be installed using the "Install CP Plugins" menu under "Plugins" menu.
9
+ - Themes from ClassicPress Directory now can be installed using the "Install CP Themes" menu under "Appearance" menu.
12
10
13
11
## WP-CLI commands
14
12
19
17
#### ` apply_filters( "cpdi_images_folder_{$plugin}", string $folder ) `
20
18
Filters the folder where we search for icons and banners.
21
19
The filtered path is relative to the plugin's directory.
20
+ Default is ` /images ` .
22
21
23
22
Example:
24
23
``` php
@@ -28,3 +27,4 @@ add_filter(
28
27
return '/assets/images';
29
28
}
30
29
);
30
+ ```
Original file line number Diff line number Diff line change 3
3
/**
4
4
* -----------------------------------------------------------------------------
5
5
* Plugin Name: ClassicPress Directory Integration
6
- * Description: Install and update plugins from ClassicPress directory and keep ClassicPress themes updated .
7
- * Version: 0.3.2
6
+ * Description: Install and update plugins and themes from ClassicPress directory .
7
+ * Version: 1.0.0
8
8
* Author: ClassicPress Contributors
9
9
* Author URI: https://www.classicpress.net
10
10
* Plugin URI: https://www.classicpress.net
You can’t perform that action at this time.
0 commit comments