Changeset 2560071
- Timestamp:
- 07/07/2021 02:38:09 PM (5 years ago)
- Location:
- social-media-library/trunk
- Files:
-
- 3 edited
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
social-media-library/trunk/index.php
r2555949 r2560071 4 4 * Plugin URI: https://github.com/wpmotto/wp-instagram-media-library 5 5 * Description: Save images from a public Instagram account to your WordPress library. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 -
social-media-library/trunk/readme.txt
r2555949 r2560071 1 === IGMedia Library ===1 === Social Media Library === 2 2 Contributors: mottodesignstudio 3 3 Tags: instagram, media library, feed, social … … 6 6 Tested up to: 5.7 7 7 Requires PHP: 7.2 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html -
social-media-library/trunk/src/Image.php
r2555949 r2560071 14 14 } 15 15 16 public function post() 17 { 18 return $this->post; 19 } 20 21 public function alt() 22 { 23 return $this->post->post_title; 24 } 25 16 26 public function html( $size = 'full' ) 17 27 {
Note: See TracChangeset
for help on using the changeset viewer.