Tour through wordpress

linkaiyi
Follow

full text search:

  1. paid product: https://www.wpsolr.com/
  2. 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' );
}
Object has 0 attachments

Was this article helpful?

This article is viewed 43 times!

Related Articles

0 Comments

Leave a Comment

Support