Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $result = wp_remote_get($page,array(
- 'method' => 'GET',
- 'timeout' => 30,
- 'redirection' => 10,
- 'httpversion' => '1.0',
- 'blocking' => true,
- 'headers' => array(),
- 'body' => array(),
- 'cookies' => array()
- )
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement