Empty string passed to getElementById() bootstrap dropdown menu
Just use javascript:void(0) instead of # for href
You might encounter this error most likely in Firefox Console
Sorry, this entry is only available in English. For the sake of viewer convenience, the content is shown below in the alternative language. You may click the link to switch the active language.
Just use javascript:void(0) instead of # for href
You might encounter this error most likely in Firefox Console
*facepalm* $_POST is always set, it can only be empty.
Actually, you do not want to open memcached port in your firewall. #ref: http://serverfault.com/questions/530051/memcached-ports-and-csf
is_numeric doesnt check strings for numbers. You need to use preg_match(‘#[0-9]#’,$string)
Always check for local time Despite the fact that my server timezone was set correctly, somehow time() was giving wrong ( UTC) hour. So i ended up using wp’s functions to make sure. $now = current_time( ‘timestamp’, 0 ) ;$local_ts = get_the_time(‘U’,$post->ID);
There are mb_strlen() and mb_substr() for multibyte characters however there is no mb_str_word_count. Hence my previous post.
Queries are only available after “wp” action hook, so ‘init’ is too early to check for it.