Inventory_Presser_Admin_Settings_Suggester
Contents
Description Description
This class creates admin notices on this plugin's settings page at Vehicles > Options in the dashboard. The notices recommend users make changes to WordPress settings to better support an automobile inventory.
Source Source
File: includes/admin/class-admin-settings-suggester.php
Expand full source code Collapse full source code View on Github
Methods Methods
- add_hooks — Adds hooks
- get_admin_notice_html — Creates HTML that renders an admin notice.
- hooks — Adds hooks
- output_thumbnail_size_error_html — Outputs an admin notice to warn a user that they have attachment multiple aspect ratios of vehicle photos to a single vehicle.
- output_upload_folder_error_html — Outputs an admin notice to warn the user if uploads are saved in month- and year-based folders.
- scan_for_recommended_settings_and_create_warnings — Suggest values for WordPress internal settings if the user has values we do not prefer
Changelog Changelog
Version | Description |
---|---|
12.0.0 | Introduced. |