آقای خانی پور وقتی کد را در فانکشن وارد می کنم در اولین خط آن اررور می دهد
محتویات فانکشند:
<?php
if ( function_exists('register_sidebars') )
register_sidebars(2);
add_filter("mce_buttons", "freshy_editor_mce_buttons", ?);
add_action("mce_options", "freshy_editor_mce_options", ?);
if (!class_exists('Nice_theme')) add_action('wp_head','freshy_head');
function freshy_editor_mce_options() {
print 'content_css:"';bloginfo('stylesheet_directory');print '/content.css",';}
function freshy_editor_mce_buttons($buttons) {
array_pop($buttons);
$buttons[] = "styleselect";
$buttons[] = "wp_adv_end";
//var_dump($buttons);
return $buttons;
}
?>
ارور :
Parse error: syntax error, unexpected '?' in D:\xampp\htdocs\wordpress\wp-content\themes\MySite\functions.php on line 5
من همیشه دستی کلاس وارد می کردم اما اگه این قابلیت در پوسته ام فعال بشه نصف مشکلم در گذاشتن مطلب حل میشه !