Stephen
Stephen
Where can I see how this works? Thanks...
I like where your thinking is going but wonder if these aren't independent plugins with a multi-network dependency. Not everyone who uses multi-network would necessarily want these features. Since you've...
This is how I solved it: ``` // Replace slate filer that prints out menu post states in Elementor add_action('admin_init', function() { remove_filter('display_post_states', 'slate_post_state', 11); add_action( 'current_screen', function() { if...