开发者 |
machouinard
blubrry |
---|---|
更新时间 | 2016年6月15日 04:39 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.5.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
CREATE TABLE episodes ( episode_id int(11) NOT NULL, episode_title varchar(255) NOT NULL, episode_category varchar(255) NOT NULL, episode_body text NOT NULL, episode_image_url varchar(4000) NOT NULL, episode_url varchar(4000) NOT NULL, episode_length int(11) NOT NULL, episode_content_type varchar(20) NOT NULL, episode_date date NOT NULL, PRIMARY KEY (episode_id) ) DEFAULT CHARSET=utf8;
Note: You must have at least one record in the database table before you can enter the database column fields in this plugin.
find_podcast_by_id()
function not using the primary_key column.does_field_exist()
function not using the table member variable (was hard coded to use ppfm database table)._publish_post()
function to optionally include data if it's avaialble or skip otherwise.
v 0.9.9