You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate classes for edac_add_options_page method.
Separate classes for each setting edac_register_setting possibly with a PHP Interface that requires the add_settings_field, callback, and sanitize methods.
Dev Notes:
Submit a PR to the develop branch, and assign @SteveJonesDev reviewer.
The text was updated successfully, but these errors were encountered:
https://github.com/equalizedigital/accessibility-checker/blob/develop/includes/options-page.php
Should be an
EDAC\Admin
class. Added to theadmin
folder. Maybe a namespace for settingsEDAC\Admin\Settings
edac_user_can_ignore()
function could be moved intoEDAC\Admin\Helpers
. I don't think it needs to be deprecated.accessibility-checker/includes/options-page.php
Lines 13 to 25 in 849f6bd
Separate classes for
edac_add_options_page
method.Separate classes for each setting
edac_register_setting
possibly with a PHP Interface that requires the add_settings_field, callback, and sanitize methods.Dev Notes:
Submit a PR to the
develop
branch, and assign @SteveJonesDev reviewer.The text was updated successfully, but these errors were encountered: