Changeset 3027527
- Timestamp:
- 01/26/2024 10:48:51 PM (2 years ago)
- Location:
- german-posting-filter/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
german-posting-filter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
german-posting-filter/trunk/README.txt
r3027524 r3027527 6 6 Requires at least: 6.0 7 7 Tested up to: 6.4 8 Stable tag: 2.9. 48 Stable tag: 2.9.5 9 9 Requires PHP: 7.0 10 10 License: GPL-2.0+ -
german-posting-filter/trunk/german-posting-filter.php
r3027524 r3027527 2 2 /* 3 3 Plugin Name: German Posting Filter 4 Description: Fügt ein German Posting Feature hinzu.5 Version: 2.9. 44 Description: Zeigt Beiträge für Besuchende aus ausgewählten Ländern nicht an. 5 Version: 2.9.5 6 6 Author: Dr. Dominic Lindner 7 7 License: GPL-2.0+ … … 27 27 // Füge die Einstellungen zur WordPress-Seite hinzu 28 28 function GPF_add_german_posting_settings() { 29 add_options_page('German Posting Settings', 'German Posting ', 'manage_options', 'german_posting_settings', 'GPF_render_german_posting_settings');29 add_options_page('German Posting Settings', 'German Posting Filter', 'manage_options', 'german_posting_settings', 'GPF_render_german_posting_settings'); 30 30 } 31 31 add_action('admin_menu', 'GPF_add_german_posting_settings');
Note: See TracChangeset
for help on using the changeset viewer.