Triend following GITHUB ERROR
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