Plugin Directory

Changeset 2035096


Ignore:
Timestamp:
02/20/2019 01:46:35 PM (7 years ago)
Author:
Arcath
Message:

release 1.0.3

Location:
wp-camo
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-camo/trunk/readme.txt

    r2032611 r2035096  
    22Contributors: arcath
    33Donate link: https://www.ed-itsolutions.com
    4 Tags: proxy,
     4Tags: proxy, images
    55Requires at least: 4.6
    66Tested up to: 5.0.3
     
    3131In your theme/plugin you can use the filter `wp_camo_hash_url` to get the location of the image through WP-Camo.
    3232
    33 ```php
     33`
    3434apply_filters('wp_camo_hash_url', $url);
    35 ```
     35`
    3636
    3737The image's url will be a location in `/wp-content/uploads/wp-camo/`. The image will be downloaded and cached on the server to reduce load.
  • wp-camo/trunk/wp-camo.php

    r2032611 r2035096  
    33* Plugin Name: WP Camo
    44* Description: Proxy URLS through your WordPress site to prevent mixed content warnings and bypass local filtering
    5 * Version: 1.0.2
     5* Version: 1.0.3
    66* Author: Ed-IT Solutions
    77* Author URI: https://www.ed-itsolutions.com
Note: See TracChangeset for help on using the changeset viewer.