__( 'کلید امنیتی اپلیکیشن', 'wc_appeto_secure' ), 'desc_tip' => '', 'id' => 'appeto_secure_key_woo', 'type' => 'text', 'css' => 'min-width:300px; direction: ltr; text-align: right;"', 'std' => $secure_key, // WC < 2.0 'default' => $secure_key, // WC >= 2.0 'desc' => __( 'این کلید را در پنل اپتو برای افزونه ووکامرس وارد کنید', 'wc_appeto_secure_desc' ), ); } $updated_settings[] = $section; } return $updated_settings; } add_action( 'admin_head', 'appeto_woo_admin_js' ); function appeto_woo_admin_js(){ if( is_admin() and isset($_GET["page"]) and $_GET["page"] == "wc-settings") { ?>