sewpafly / post-thumbnail-editor

Wordpress Plugin to manually edit post thumbnails
http://wordpress.org/extend/plugins/post-thumbnail-editor/
32 stars 18 forks source link

Deprecated: dbx_post_advanced is deprecated since version 3.7.0. #134

Open josfaber opened 4 years ago

josfaber commented 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/

johnfrancisli commented 3 years ago

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