How to translate WP plugin name?

I didn’t find the right way but figured out this way: if (get_locale() == ‘fa_IR’) { parent::__construct( ‘araccordion_widget’, __(‘افزونه وردپرس’, $text_domain), array( ‘description’ => __( ‘توضیحات افزونه به زبان فارسی در اینجا نوشته میشود.’, $text_domain ), ) ); } else { parent::__construct( ‘araccordion_widget’, __(‘WordPress Widget’, $text_domain), array( ‘description’ => __( ‘The description in English, goes … Read more

plugin backend help

I’m not completely sure what you want, but I noticed with position that echo not always give the right position try to build up a large string and then echo the complete results or just return the results. like this: $output .= echo $prefix; $output .= echo $tweetprefix; $output .= echo $cleaner[0]; $output .= echo … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)