post-thumbnail-editor icon indicating copy to clipboard operation
post-thumbnail-editor copied to clipboard

Deprecated: dbx_post_advanced is deprecated since version 3.7.0.

Open josfaber opened this issue 5 years ago • 1 comments

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/

josfaber avatar May 27 '20 08:05 josfaber

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');

johnfrancisli avatar Dec 14 '20 06:12 johnfrancisli