Custom global variable not working in function

I try to use this code and for the if statments I had to put a global $query_obj before the code, I do not know if is the case. global $query_obj; if ( is_a($query_obj, ‘WP_Term’) ) { $my_base_url = get_term_link($query_obj); } elseif ( is_a($query_obj, ‘WP_Post’) ) { $my_base_url = get_permalink(); } else { $my_base_url = … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)