post-thumbnail-editor
post-thumbnail-editor copied to clipboard
Deprecated: dbx_post_advanced is deprecated since version 3.7.0.
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');