Open stuporglue opened 7 years ago
Instead of using
add_management_page( 'WP-GeoMeta', 'WP-GeoMeta', 'install_plugins', 'wp-geometa', array( $this, 'show_dashboard' ) );
Always add the page to the Tools menu, and then use capabilities to filter which spatial records and counts users can see.
Instead of using
add_management_page( 'WP-GeoMeta', 'WP-GeoMeta', 'install_plugins', 'wp-geometa', array( $this, 'show_dashboard' ) );
Always add the page to the Tools menu, and then use capabilities to filter which spatial records and counts users can see.