Inventory_Presser_Classic_Editor
Contents
Description Description
Adds features to the Classic Editor.
Source Source
File: includes/integrations/class-classic-editor.php
Expand full source code Collapse full source code View on Github
Methods Methods
- add_hooks — Adds hooks
- add_hooks_current_screen
- add_meta_boxes_to_cpt — Adds meta boxes to the editor when editing vehicles.
- annotate_add_media_button — Adds HTML near the Add Media button on the classic editor.
- create_add_media_button_annotation — create_add_media_button_annotation
- create_delete_all_post_attachments_button — Creates HTML that renders a button that says "Delete All Media" that will be placed near the Add Media button.
- delete_all_post_attachments — delete_all_post_attachments
- meta_box_html_featured — Creates an editor meta box to help users mark vehicles as featured.
- meta_box_html_options — Creates a meta box to help the user see and manage vehicle options while editing a vehicle post.
- meta_box_html_prices — Creates a meta box to help users manage a vehicles prices in the editor.
- meta_box_html_vehicle — Creates a meta box to help the user manage the bulk of the meta fields that define a vehicle.
- move_advanced_meta_boxes — Rearranges meta boxes on the editor when editing vehicles
- move_tags_meta_box — Remove and re-add the "Tags" meta box so it ends up at the bottom for our CPT
- output_add_media_button_annotation — AJAX callback to output the content we put near the Add Media button in the classic editor.
- scripts_and_styles — Includes JavaScripts and stylesheets that power our changes to the dashboard.
Changelog Changelog
Version | Description |
---|---|
14.10.0 | Introduced. |