• Instalei um plugin e meu site saiu do ar, aponta o seguinte erro: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/meninama/public_html/wp-content/themes/transform/functions/widgets/tabs.php on line 1

    Mas não estou conseguinndo identificar esse erro na linha:

    <?php add_action( ‘widgets_init’, ‘sidebar_tabs_function’ ); function sidebar_tabs_function(){ register_widget( ‘sidebar_tabs’ );} class sidebar_tabs extends WP_Widget { function sidebar_tabs() { $widget_ops = array(‘classname’ => ‘sidebar_tabs’, ‘description’ => ‘A sidebar tab widget’ );

    Será que alguem pode pode me ajudar.

    att. Michelle

Visualizando 3 respostas - 1 até 3 (de um total de 3)
Visualizando 3 respostas - 1 até 3 (de um total de 3)

O tópico ‘syntax error, unexpected T_CONSTANT_ENCAPSED_STRING’ está fechado para novas respostas.