• ?????? ??? ?? ??? ??? ???????? ??????? ?????? ???? ???? ????? ??? ? ??? ???? ???? ???
    get_user_meta( $user_id , ‘first_name’, true )
    ?? ???????? ???? ??? ???????? ??? ??? ????? ?? ????????

    ???? ???? ????

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Foad Tahmasebi

    (@arshen)

    ????
    ?? ????
    class-telefication.php
    ?? ??????
    telefication_action_user_register
    ??? ?? ???
    $message .= site_url();
    ?????
    $message .= get_user_meta( $user_id , ‘first_name’, true ) . "\n\n";
    ?? ????? ????.

    Thread Starter Mehdi Nezamzadeh

    (@wpmene77)

    ????? ???? ??? ??? ??????

    
    
    			$billing_info .= __( '??? ? ??? ????????: ', 'telefication' ) . "\n" . get_user_meta( $user_id , 'first_name', true ) . " " . get_user_meta( $user_id , 'last_name', true ) . "\n";
    
    			$billing_info .= __( '????? ????: ', 'telefication' ) . "\n" . get_user_meta( $user_id , 'billing_phone', true ) . "\n";
    
    			$billing_info .= __( '??????? ?? ? ???????: ', 'telefication' ) ."\n" . get_user_meta( $user_id , 'billing_address_2', true ) . "\n\n";
    

    ?????? ?? ?? ????? ??????? ????

    
    array(14) { ["nickname"]=> array(1) { [0]=> string(4) "test" } ["first_name"]=> array(1) { [0]=> string(0) "" } ["last_name"]=> array(1) { [0]=> string(0) "" } ["description"]=> array(1) { [0]=> string(0) "" } ["rich_editing"]=> array(1) { [0]=> string(4) "true" } ["syntax_highlighting"]=> array(1) { [0]=> string(4) "true" } ["comment_shortcuts"]=> array(1) { [0]=> string(5) "false" } ["admin_color"]=> array(1) { [0]=> string(5) "fresh" } ["use_ssl"]=> array(1) { [0]=> string(1) "0" } ["show_admin_bar_front"]=> array(1) { [0]=> string(4) "true" } ["locale"]=> array(1) { [0]=> string(0) "" } ["wp_capabilities"]=> array(1) { [0]=> string(25) "a:1:{s:8:"customer";b:1;}" } ["wp_user_level"]=> array(1) { [0]=> string(1) "0" } ["_yoast_wpseo_profile_updated"]=> array(1) { [0]=> string(10) "1558680280" } }
    

    ? ???? ??? ??? ???? ??? ???? ??? ????

    Plugin Author Foad Tahmasebi

    (@arshen)

    ?? ??????
    telefication_action_woocommerce_thankyou
    ?????? ?? ??? $user_id ???? ?????.

    ??? ?? ??????? ?? $user_id ??? ??? ?? ????? ????.
    $user_id = $order->get_user_id();

    Thread Starter Mehdi Nezamzadeh

    (@wpmene77)

    ??? ???

    
    $user_id = $order->get_user_id();
    

    ??? ??????

    telefication_action_woocommerce_thankyou
    

    ????? ?? ???

    telefication_action_user_register
    
    Plugin Author Foad Tahmasebi

    (@arshen)

    ??? ??????? ??? ?? ???? get_user_meta ???? ????. ???? ???? telefication_action_woocommerce_thankyou ?? ?????? ?? ???? ????? ??????? ????? ?? ??????

    Thread Starter Mehdi Nezamzadeh

    (@wpmene77)

    ??? ????

    
    public function telefication_action_user_register( $user_id) {
                
                $user_info = get_userdata($user_id);
            		$billing_info = '';
                
    			$billing_info .= __( '?????? ?????:', 'telefication' ) . " \n\n\n";
    
    			$billing_info .= __( '??? ? ??? ????????: ', 'telefication' ) . "\n" . get_user_meta( $user_id , 'first_name', true ) . " " . get_user_meta( $user_id , 'last_name', true ) . "\n";
    
    			$billing_info .= __( 'Email: ', 'telefication' ) . "\n" . $user_info->user_email . "\n";
    			$billing_info .= __( '????? ????: ', 'telefication' ) . "\n" . get_user_meta( $user_id , 'billing_phone', true ) . "\n";
    
    			$billing_info .= __( '??????? ?? ? ???????: ', 'telefication' ) ."\n" . get_user_meta( $user_id , 'billing_address_2', true ) . "\n\n";
    
            
    		
    		
    		//notification body
    		//$message = get_bloginfo( 'name' ) . ":\n\n";
    		$message .= "\n\n" . __( 'New User Registered.', 'telefication' ) . "\n\n";
            
            $message .= $billing_info;
       
            
            
    		$message .= '<a href="https://nokhbeganiran.ir/wp-admin/user-edit.php?user_id='.$user_id.'&wp_http_referer=%2Fwp-admin%2Fusers.php%3Fdelete_count%3D1%26update%3Ddel' .'">?????? ?????? ?????</a>';
    		
    		$message .= "\n\n";
    		
    		
    		
    		
    
    		$telefication_service = new Telefication_Service( $this->options );
    
    		if ( $telefication_service->create_url( $message ) ) {
    			$telefication_service->send_notification();
    		}
    	}
    
    
    Plugin Author Foad Tahmasebi

    (@arshen)

    ??? ????? ???? ?? ???? ???? ?????? ?????, ???????? ???? ???? ????? ??? billing address ? ????. ??? ??????? ????? ???? ?? ????. ??? ????? ??? ???? ?????? ??? ?????? ??? ????? ????? ???? ??? ??? ? ??? ??????? ?? ???? ???? ?????. ?? ???? ??????? ?????????.

    Thread Starter Mehdi Nezamzadeh

    (@wpmene77)

    ??? ???? ? ???????? ?? ????? ????? ???? ????

    
    https://8upload.ir/uploads/f1168364.png
    

    ??? ?? ??? ????
    ????? ???? ????? ????

    Plugin Author Foad Tahmasebi

    (@arshen)

    ???????? ??? ??? ?? ???? ??????. ???? ?? ????? ????? ???? ?? ??.

    Thread Starter Mehdi Nezamzadeh

    (@wpmene77)

    ???? ???????? ?? ??? ??? ?? ??? ?? ????? ??? ??? ??? ??? ??? ???? ?? ??????? ????

    Plugin Author Foad Tahmasebi

    (@arshen)

    ?? ????????

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘??? ????? ???? ??? ??? ?? ??? ???’ is closed to new replies.