Posts in Category: wordpress

WordPress Hide Admin Bar - WordPress Hide Admin Bar

WordPress Hide Admin Bar

This post was last updated on March 28th, 2022 at 04:29 am

add_filter( 'show_admin_bar', 'hide_admin_bar_from_non_admins');
function hide_admin_bar_from_non_admins() {
    return ! ( !

Read More

wp color picker enhancement 800x366 - WordPress Color Picker Enhancement

WordPress Color Picker Enhancement

  • Update On January 30th, 2018
  • in WordPress

This post was last updated on January 30th, 2018 at 04:44 am

I always find difficulties to set colors because the default WordPress color picker

Read More

WordPress User Table SQL Query With Role Meta Value Multiple Table 800x324 - WordPress User Table SQL Query - With Role, Meta, Multiple Table

WordPress User Table SQL Query – With Role, Meta, Multiple Table

  • Update On July 28th, 2021
  • in WordPress

This post was last updated on July 28th, 2021 at 04:14 pm

These are sample WordPress SQL query for user table. Retrieve multiple sets of metadata for a user, for a specific set of users that meet certain criteria or When there is no relation between the two metadata entries,

Read More