Changeset 2953212
- Timestamp:
- 08/14/2023 11:09:07 AM (3 years ago)
- Location:
- widget-instagram-feed
- Files:
-
- 12 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/css (added)
-
tags/1.0.1/css/style.css (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/widget-instagram-feed-scripts.php (added)
-
tags/1.0.1/includes/widget-instagram-feed-settings.php (added)
-
tags/1.0.1/includes/widget-instagram-feed-shortcodes.php (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/js (added)
-
tags/1.0.1/js/main.js (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/widget-instagram-feed.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/widget-instagram-feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-instagram-feed/trunk/readme.txt
r2159449 r2953212 3 3 Donate link: 4 4 Tags: instagram, widget instagram, photo feed, instagram feed, developer, for developer, customize 5 Requires at least: 4.06 Tested up to: 5.17 Stable tag: trunk8 Requires PHP: 5. 45 Requires at least: 5.4 6 Tested up to: 6.3 7 Stable tag: 1.0.1 8 Requires PHP: 5.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
widget-instagram-feed/trunk/widget-instagram-feed.php
r2159449 r2953212 1 1 <?php 2 2 3 /** 3 4 * Plugin Name: Easy Feed Widget 4 5 * Plugin URI: https://wordpress.org/plugins/easy-feed-widget/ 5 * Description: Show latest I nstagramphotos6 * Version: 1.0. 06 * Description: Show latest IG photos 7 * Version: 1.0.1 7 8 * Author: Apsara Aruna 8 9 * Author URI: http://profile.wordpress.org/apsaraaruna … … 20 21 $wif_options = get_option('wif_settings'); 21 22 22 require_once (plugin_dir_path(__FILE__) . '/includes/widget-instagram-feed-scripts.php');23 require_once(plugin_dir_path(__FILE__) . '/includes/widget-instagram-feed-scripts.php'); 23 24 24 require_once (plugin_dir_path(__FILE__) . '/includes/widget-instagram-feed-shortcodes.php');25 require_once(plugin_dir_path(__FILE__) . '/includes/widget-instagram-feed-shortcodes.php'); 25 26 26 27 if (is_admin()) { 27 require_once (plugin_dir_path(__FILE__) . '/includes/widget-instagram-feed-settings.php'); 28 }else{ 29 28 require_once(plugin_dir_path(__FILE__) . '/includes/widget-instagram-feed-settings.php'); 29 } else { 30 30 }
Note: See TracChangeset
for help on using the changeset viewer.