Changeset 1147024
- Timestamp:
- 04/27/2015 12:56:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exxica-social-marketing/trunk/includes/class-exxica-social-marketing-handlers.php
r1146816 r1147024 594 594 curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE ); 595 595 curl_setopt($ch, CURLOPT_POST, TRUE ); 596 curl_setopt($ch, CURLOPT_PORT, 80); 596 597 curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query( $atts ) ); 597 598 //print_r(http_build_query( $atts ) );
Note: See TracChangeset
for help on using the changeset viewer.