BMoney PDF to Content
BMoney PDF to Content
by Brian DiChiara · github.com/solepixel/bmoney-pdf-to-content · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/solepixel/bmoney-pdf-to-content/archive/refs/heads/master.zipReadme
BMoney PDF to Content
~Current Version:1.0~
Actions
bmptcthumbnail{$conversion_key} - hook executed to create the thumbnail using one of the generators. The $conversion_key portion is the index of $this->generators array.
- var: (string url) $pdf
- var: (int) $post_id
- var: (string) $conversion_format
- var: (int) $conversion_quality
Filters
bmptc_thumbnail_generators - during init, allows you to modify thumbnail generators
- var: (array) $this->generators
bmptc_thumbnail_formats - - during init, allows you to modify thumbnail formats
- var: (array) $this->formats
Changelog
1.0
- Initial build