Changes between Version 2 and Version 3 of Ticket #49500, comment 3
- Timestamp:
- 02/28/2020 07:06:53 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49500, comment 3
v2 v3 19 19 $item_id = esc_attr( $item->ID ); 20 20 21 parent::start_el($output, $item, $depth, $args); 22 21 23 ob_start(); 22 24 do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args ); … … 24 26 25 27 $desc_snipp = '<div class="menu-item-actions description-wide submitbox">'; 26 parent::start_el($output, $item, $depth, $args); 27 28 28 29 $pos = strrpos( $output, $desc_snipp ); 29 30 if( $pos !== false ) {