Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33055, comment 54


Ignore:
Timestamp:
06/13/2016 04:36:34 PM (9 years ago)
Author:
giuseppe.mazzapica
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33055, comment 54

    initial v1  
    1717if ( is_wp_error( $response ) ) {
    1818  // do something with error
     19} else {
     20  do_something_with_response( $response );
    1921}
    20 
    21 do_something_with_response( $response );
    2222}}}
    2323