Suzakura Karin
Forum Replies Created
-
Forum: Plugins
In reply to: [AddQuicktag] [Plugin: AddQuicktag] Costom Post Type is not reflectedI have test the last version. → ver.2.2.0
I don’t understand how to use GitHub.
The ZIP file downloaded from the link is installed in WordPress.
https://github.com/bueltge/AddQuicktagline 63 of ‘class-settings.php’ had set the constructor.
But, Custom Post Types check box is still not displayed in the settings.So far I try to insert hooks get_settings_page(), custom post type checkbox is displayed.
Incidentally.
The improvement of a phenomenon was not found even if it tested the newest commitment file.
https://github.com/bueltge/AddQuicktag/commit/69834b8b2713517de79226e2e7bf770626853b8fI am sorry to bother you so many times.
Forum: Plugins
In reply to: [AddQuicktag] [Plugin: AddQuicktag] Costom Post Type is not reflectedAlthough there is no telling whether become helpful or not ….
‘class-settings.php’ 175line:
—
public function get_settings_page() {
$this->post_types_for_js = apply_filters( ‘addquicktag_post_types’, $this->post_types_for_js );?>
<div class=”wrap”>
<?php screen_icon(‘options-general’); ?>
<h2><?php echo parent :: get_plugin_data( ‘Name’ ); ?></h2><h3><?php _e(‘Add or delete Quicktag buttons’, $this -> get_textdomain() ); ?></h3>
—When indicated as mentioned above, the custom post type was also displayed.
I hope this comment will be helpful to you.Forum: Plugins
In reply to: [AddQuicktag] [Plugin: AddQuicktag] Costom Post Type is not reflectedThank you for the quick update.
But, Custom Post Types check box is still not displayed in the settings screen.
If you modify the ‘addquicktag.php’ 51 line follows the custom post types check box is displayed in the settings screen.
static private $post_types_for_js = array( 'post', 'page', 'comment', 'custom' );
Continue please respond.
When creating tables Ping log charset and collate are not specified, and the characters are getting into trouble.
WordPress to run in debug mode, it appears some Notice.
Please fix or more.