Changeset 3126011
- Timestamp:
- 07/26/2024 02:18:02 PM (20 months ago)
- Location:
- inazo-flamingo-automatically-delete-old-messages/trunk
- Files:
-
- 2 edited
-
inazo-flamingo-automatically-delete-old-messages.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inazo-flamingo-automatically-delete-old-messages/trunk/inazo-flamingo-automatically-delete-old-messages.php
r3125910 r3126011 8 8 License: GPL2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 Domain Path: /languages11 Text Domain: inazo-flamingo-auto-trash12 10 */ 13 11 … … 30 28 function __construct(){ 31 29 32 add_action('admin_menu', array($this, 'createAdminMenu') ); 33 //add action to load my plugin files 34 add_action('plugins_loaded', array($this, 'inazo_flamingo_auto_trash_translation_files')); 30 add_action('admin_menu', array($this, 'createAdminMenu') ); 35 31 add_action('inazo_flamingo_auto_trash_cron_task_daily', array($this, 'inazo_flamingo_auto_trash_cron_task')); 36 32 … … 100 96 } 101 97 102 function inazo_flamingo_auto_trash_translation_files() {103 104 load_plugin_textdomain( 'inazo-flamingo-auto-trash', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );105 }106 98 107 99 /* -
inazo-flamingo-automatically-delete-old-messages/trunk/readme.txt
r3125912 r3126011 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9E7RUJAAHB5C2 4 4 Tags: flamingo, rgpd, gdpr, contact form 7, contact 5 Requires at least: 4. 5.15 Requires at least: 4.6.0 6 6 Tested up to: 6.6.1 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.