Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <?php
  2. /**
  3. * The plugin main file.
  4. *
  5. * This file is read by WordPress to generate the plugin information in the plugin
  6. * admin area. This file also includes all of the dependencies used by the plugin,
  7. * registers the activation and deactivation functions, and defines a function
  8. * that starts the plugin.
  9. *
  10. * @link https://example.com
  11. * @package WordPress
  12. * @since 1.0.0
  13. *
  14. * Plugin Name: Outdated Plugin Notifier
  15. * Plugin URI: https://example.com
  16. * Description: Plugin to display last modified date for all plugins.
  17. * Version: 1.0.0
  18. * Author: My Name
  19. * Author URI: https://example.com
  20. * License: GPL-2.0+
  21. * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
  22. * Text Domain: opn-td
  23. * Domain Path: /languages
  24. * Requires at least: 5.2
  25. * Requires PHP: 7.2
  26. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement