https://github.com/horttcore/custom-post-type-plugins
WordPress Custom Post Type Plugins
https://github.com/horttcore/custom-post-type-plugins
custom-post-type plugins wordpress
Last synced: 2 months ago
JSON representation
WordPress Custom Post Type Plugins
- Host: GitHub
- URL: https://github.com/horttcore/custom-post-type-plugins
- Owner: Horttcore
- Created: 2013-08-23T16:18:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T08:23:42.000Z (almost 13 years ago)
- Last Synced: 2025-03-05T09:45:35.119Z (over 1 year ago)
- Topics: custom-post-type, plugins, wordpress
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Post Type Plugins
## Description
A WordPress custom post type for plugins. It fetches all information from WordPress.org and github
## Installation
* Put the plugin file in your plugin directory and activate it in your WP backend.
## Screenshots


## Notes
* External readme is cached for 24 hours in the frontend, visiting the plugin in the backend will refresh the cache
## Extendable
### Available Filters
**download-stats**
(array) Download stats from WordPress
**get_wordpress_plugin_information**
(obj) Plugin information pulled from WordPress.org except sections and compability
**plugin_information**
(obj) Plugin information pulled from WordPress.org except sections and compability used in the template tag
**plugin_information_$key**
(str) Filter title for a specific plugin_information key
**readme-html**
(str) Filtered readme in HTML format
**readme-markdown**
(str) Filtered readme in Markdown format
**readme-include-before**
(bool) Should the readme injected before the content
Default: False
**readme-include-after**
(bool) Should the readme injected before the content
Default: True
**the-readme-content**
(str) Readme content injected by the_content or by a shortcode
**wordpress-section-headline**
(str) Headline tag for WordPress headline
Default: h2
**wordpress-section-title**
(str) The headline for the WordPress section
### Available Hooks
**plugin-repositories**
Called in the meta box for the plugin repositories after the github row
**plugin-repository-readme**
Called in the meta box for the readme selection after github
**meta_box_statistcs**
Called in the meta box for statistics after WordPress.org
## Frequently Asked Questions
### I've found a bug, what to do?
* Please report bugs and wishes at github ( https://github.com/Horttcore/Custom-Post-Type-Plugins/issues )
## Language Support
* english
* german
## Changelog
### 1.0
* First release