[wp-trac] [WordPress Trac] #45456: PHP Notice: edit_form_advanced is deprecated since version 5.0.0!
WordPress Trac
noreply at wordpress.org
Sat Dec 1 10:51:45 UTC 2018
#45456: PHP Notice: edit_form_advanced is deprecated since version 5.0.0!
--------------------------+-----------------------------
Reporter: Chouby | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 5.0
Severity: minor | Keywords:
Focuses: |
--------------------------+-----------------------------
This notice is fired in the block editor due to:
{{{
add_action( 'edit_form_advanced', array( $this, 'maybe_run_ajax_cache' )
);
}}}
in `class-wp-embed.php`.
The issue has already been reported in #45341, but as this ticket doesn't
focus on the notice but on different javascript errors, I thought it would
be good to open a separate ticket.
Tested with 5.0-RC2-43958
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45456>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list