full text search:
- paid product: https://www.wpsolr.com/
- elasticsearch: ElasticPress(https://github.com/10up/ElasticPress)
Disable top user dashboard bar if not admin
if ( ! current_user_can('manage_options') ) {
add_filter( 'show_admin_bar', '__return_false' );
}