Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions inc/admin-templates/field-templates/checkbox.php

This file was deleted.

11 changes: 0 additions & 11 deletions inc/admin-templates/field-templates/hidden.php

This file was deleted.

33 changes: 0 additions & 33 deletions inc/admin-templates/field-templates/number.php

This file was deleted.

51 changes: 0 additions & 51 deletions inc/admin-templates/field-templates/radio.php

This file was deleted.

44 changes: 0 additions & 44 deletions inc/admin-templates/field-templates/select.php

This file was deleted.

38 changes: 0 additions & 38 deletions inc/admin-templates/field-templates/text.php

This file was deleted.

37 changes: 0 additions & 37 deletions inc/admin-templates/field-templates/textarea.php

This file was deleted.

16 changes: 0 additions & 16 deletions inc/admin-templates/field-templates/time.php

This file was deleted.

1 change: 0 additions & 1 deletion inc/spbc-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ function spbc_admin_init()
add_action('wp_ajax_spbc_settings__check_renew_banner', 'spbc_settings__check_renew_banner');
add_action('wp_ajax_spbc_get_key_auto', 'spbc_get_key_auto');
add_action('wp_ajax_spbc_save_key', 'spbc_save_key');
add_action('wp_ajax_spbc_update_account_email', 'spbc_settings__update_account_email');
add_action('wp_ajax_spbc_create_support_user', 'spbc_settings__spbc_create_support_user');

// Confirm the email to activate 2FA
Expand Down
Loading
Loading