Changeset 3145362
- Timestamp:
- 09/02/2024 12:57:30 PM (19 months ago)
- File:
-
- 1 edited
-
admin-dashboard-rss-feed/trunk/admin-rss-feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin-dashboard-rss-feed/trunk/admin-rss-feed.php
r3145321 r3145362 1 1 <?php 2 2 3 /* 4 /* 5 Plugin Name: Admin Dashboard RSS Feed 6 Description: This plugin will display company news in WordPress Admin Dashboard. It uses RSS feed URL as input and display the news synopsis in the Admin Dashboard. 7 Plugin URI: https://www.webstix.com 8 Author: Webstix 9 Version: 3.3 10 Text Domain: admin-dashboard-rss-feed 11 Author: Webstix, Inc. 12 Author URI: https://www.webstix.com/wordpress-plugin-development 13 Domain Path: /languages 14 License: GPL-2.0+ 15 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 3 /** 4 * Plugin Name: Admin Dashboard RSS Feed 5 * Description: This plugin will display company news in WordPress Admin Dashboard. It uses RSS feed URL as input and display the news synopsis in the Admin Dashboard. 6 * Plugin URI: https://www.webstix.com 7 * Author: Webstix 8 * Version: 3.3 9 * Text Domain: admin-dashboard-rss-feed 10 * Author: Webstix, Inc. 11 * Author URI: https://www.webstix.com/wordpress-plugin-development 12 * Domain Path: /languages 13 * License: GPL-2.0+ 14 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 16 15 */ 17 16 // Abort, if the plugin file is accessed from outside.
Note: See TracChangeset
for help on using the changeset viewer.