Dateien nach "includes" hochladen
This commit is contained in:
parent
457b31c3db
commit
a81590d9c2
11272
includes/bad-words.json
Normal file
11272
includes/bad-words.json
Normal file
File diff suppressed because it is too large
Load Diff
4051
includes/disposable_email_blocklist.conf
Normal file
4051
includes/disposable_email_blocklist.conf
Normal file
File diff suppressed because it is too large
Load Diff
11
includes/settings.php
Normal file
11
includes/settings.php
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
// Einstellungen des Plugins registrieren
|
||||||
|
function statistik_manager_register_settings() {
|
||||||
|
// Optionen für das Plugin registrieren
|
||||||
|
register_setting('statistik_manager_settings_group', 'statistik_manager_show_posts');
|
||||||
|
register_setting('statistik_manager_settings_group', 'statistik_manager_show_comments');
|
||||||
|
register_setting('statistik_manager_settings_group', 'statistik_manager_show_categories');
|
||||||
|
register_setting('statistik_manager_settings_group', 'statistik_manager_show_series');
|
||||||
|
}
|
||||||
|
|
||||||
|
add_action('admin_init', 'statistik_manager_register_settings');
|
Loading…
x
Reference in New Issue
Block a user