Open josfaber opened 4 years ago
Line 171 in post-thumbnail-editor.php causes a deprecation warning in latest Wordpress:
add_action('dbx_post_advanced', 'pte_edit_form_hook_redirect');
See: https://developer.wordpress.org/reference/hooks/dbx_post_advanced/
I'm also wondering about this. could we just forego that action and just go straight with add_meta_boxes? add_action('add_meta_boxes', 'pte_admin_media_scripts');
add_action('add_meta_boxes', 'pte_admin_media_scripts');
Line 171 in post-thumbnail-editor.php causes a deprecation warning in latest Wordpress:
add_action('dbx_post_advanced', 'pte_edit_form_hook_redirect');
See: https://developer.wordpress.org/reference/hooks/dbx_post_advanced/