开发者 |
scribu
Jotschi |
---|---|
更新时间 | 2014年9月27日 17:07 |
PHP版本: | 3.2 及以上 |
WordPress版本: | 3.6 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
Make sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening <?php
tag):
var_dump(PHP_VERSION);
No, because TinyMCE is anything but tiny and would take a long time to load. Also because I couldn't get it to work.
To avoid problems with WP Super Cache or W3 Total Cache, I recommend disabling caching for logged-in users.
'fee_rich_clean'
filtereditable_option()
fee_insert_dummy_post()
for creating postssingle_term_title
fieldfront_end_editor_wrap
filterfee_cleditor_css
filterfee_cleditor_height
filter'edit_theme_options'
capability instead of 'edit_themes'
the_tags()
work no matter what args are usedesc_attr()
to data attributes'front_ed_*'
to 'front_end_editor_*'
editable_post_meta()
doesn't work outside The LoopFEE_Field_Base::wrap()
editable_post_meta
editable_post_meta()
target="_blank"
the_title
and the_tags
improvements