Skip to content

Instantly share code, notes, and snippets.

@PabloVallejo
Created February 12, 2014 16:45
Show Gist options
  • Save PabloVallejo/8959402 to your computer and use it in GitHub Desktop.
Save PabloVallejo/8959402 to your computer and use it in GitHub Desktop.
additional images
<?php
// Additional images
// Note: after line 107 of 'controllers/bookmarklet.php'
if ( $req->additional_images )
Post_Meta::update( $id, ADDITIONAL_IMAGES, $req->additional_images );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment