Inventory_Presser_Admin_Customize_Dashboard::output_add_media_button_annotation()
output_add_media_button_annotation
Contents
Description Description
AJAX callback to output the content we put near the Add Media button in the classic editor.
Return Return
(void)
Source Source
File: includes/admin/class-admin-customize-dashboard.php
function output_add_media_button_annotation() { // because AJAX echo $this->create_add_media_button_annotation(); wp_die(); }
Expand full source code Collapse full source code View on Github