We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750d31c commit 0918281Copy full SHA for 0918281
composer.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "petitphp/facetwp-monthly",
3
+ "description": "Filter your posts by monthly archive",
4
+ "type": "wordpress-plugin",
5
+ "license": "GPL2+",
6
+ "keywords": ["WordPress", "FacetWP"],
7
+ "authors": [
8
+ {
9
+ "name": "Clément Boirie",
10
+ "homepage": "https://github.com/petitphp",
11
+ "role": "Developer"
12
+ }
13
+ ],
14
+ "support": {
15
+ "source": "https://github.com/petitphp/facetwp-monthly",
16
+ "issues": "https://github.com/petitphp/facetwp-monthly/issues"
17
18
+}
0 commit comments