slug ) && $single->slug === $template_path ) { $id = $single->id; break; } if ( isset( $single->content ) && $single->content === $_wp_current_template_content ) { $id = $single->id; break; } } $admin_bar->add_menu( array( 'id' => 'ariafse-edit-template', 'parent' => null, 'group' => null, 'title' => '' . __( 'Edit template', 'aria-fse' ), 'href' => admin_url( 'site-editor.php?postType=wp_template&postId=' . $id . '' ), 'meta' => array( 'title' => __( 'Edit template', 'aria-fse' ), // This title will show on hover. ), ) ); }