Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if(isset($_POST["mysubmitbtn3"])) {
  2. $to_create_posts = true;
  3. $data = RemoteCoins::LoadRemoteCoins( $to_create_posts );
  4. }
  5.  
  6. <?php
  7.  
  8. require(__DIR__ . '/wp-load.php');
  9.  
  10. //some code here
  11.  
  12. function runthe_crypto() {
  13. $to_create_posts = true;
  14. $data = RemoteCoins::LoadRemoteCoins( $to_create_posts );
  15. }
  16.  
  17. runthe_crypto();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement