Triend following GITHUB ERROR

6.70K viewsWordPress
0

Parse error: syntax error, unexpected ‘if’ (T_IF) in /home1/nikolaih/public_html/kaibiganradio.com/wp-content/plugins/anspress-question-answer/includes/ajax-hooks.php on line 731

 

you said that change it to

public static function load_tinymce_assets() {

– $settings = ap_tinymce_editor_settings(‘answer‘ );

+ $settings = ap_tinymce_editor_settings( ‘answer‘ );

+

+ if ( $settings[‘tinymce‘] !== false ) {

+ $settings[‘tinymce‘] = array(

+ ‘content_css‘ => ap_get_theme_url( ‘css/editor.css‘ ),

+ ‘wp_autoresize_on‘ => true,

+ );

+ }

 

but i ended with error

0

WHAT DID YOU JUST SAID TO PUT INTO THE EDITOR? NOW I CANT ACCESS MY WEBSITE!

You are viewing 1 out of 1 answers, click here to view all answers.