edit_form_advanced sort different plugins options
-
I’m writing a plugin that add a submenu using ‘edit_form_advanced’.
This is called from /wp-admin/edit-form-advanced.php (in line 253):
<?php do_action('edit_form_advanced'); ?>My problem is that I want to sort the different subitems (inserted from different plugins) in a particular way. As far as I understand this is constructed in /wp-includes/plugin.php (lines 271-318, function do_action()).
How can I add something so to manage this sort order?
The topic ‘edit_form_advanced sort different plugins options’ is closed to new replies.