Still working great in April 2024
By joshfg on April 18, 2024
Works without any issues for me in WordPress 6.4.4
I added some custom backend CSS (via the Code Snippets plugin) to style it with the eye/visibility icons and semi opaque descriptions for a more intuitive user-experience:
add_action('admin_head', 'custom_admin_css');
function custom_admin_css() {
echo '<style>
/*-------/ Plugin: Admin Collapse Subpages /-------*/
body.wp-admin .column-primary .expand_link a:before {content: "f530"; opacity: 0.85;}
body.wp-admin .column-primary .expand_link a.minus:before {content: "f177"; opacity: 0.3;}
body.wp-admin .column-primary .expand_link a:after {
content: "Subpages hidden";
position: absolute;
font-family: sans-serif;
font-size: 10px;
height: 12px;
opacity: 0.85;
margin: 3px 0 0 5px;}
body.wp-admin .column-primary .expand_link a.minus:after {content: "Click to hide subpages"; opacity: 0.3;}
body.wp-admin .column-primary .expand_link a:hover:before,body.wp-admin .column-primary .expand_link a:hover:after {opacity: 1;}
body.wp-admin .column-primary .expand_link a.minus:hover:before,body.wp-admin .column-primary .expand_link a.minus:hover:after {opacity: 0.6;}
</style>';
}
Works Great - Mid-2022 v6.0
By bizwizkid on June 24, 2022
alt nicht aktualisiert funktioniert nicht
By maxichz on November 9, 2020
Does exactly what it says on the tin !!
By ygirod on September 9, 2019
very useful.
By motherofdragons on November 14, 2017
This plugin has solved a big problem for me
By Ezz El Dean Hashish (ezzeldean) on November 6, 2017
Great plugin!
By firebubble on October 3, 2017
Works really well
By Mina Nielsen (moorlater) on May 24, 2017
Great!
By Sophy (sophy) on September 3, 2016
Thank Author create this plugin! My client sites have a lot of subpages and they need kind of this plugin to collapse or expand all subpages.
It works!
By irineismith on September 3, 2016
It does the job just great — helps organize endless subpages. Thanks for the plugin!