Ricoxor

Results 3 comments of Ricoxor

``` $snapchat = new Snapchat($username, $auth_token, $debug); $snapchat->login($username, $password); print_r($snapchat->getSnaps()); ``` @mgp25 your api return : - Notice: Undefined property: Snapchat::$cache in C:\wamp\www\Snap-API-master\src\snapchat.php on line 428 - Fatal error: Call...

I see on the database that to set a featured image on a post I will need to create on postmeta table 2 rows. **_wp_attached_file** and **_wp_attachment_metadata**. There is any...

Hello, Could someone explain to me how to schedule a post with Corcel ?