Option Data in wp_options table
-
Hi,
I have been having issues with is_home(). Seems to be a common topic. Looking at the source code led me to the field “is_home” and after searching the Sql database found the field. It is option_id 334 in the wp_options table with the option_name lightbox_conditionals. The data option_value is a record defined as follows:
a:8:{s:7:”is_home”;b:1;s:9:”is_single”;b:1;s:7:”is_page”;b:1;s:11:”is_category”;b:1;s:6:”is_tag”;b:1;s:7:”is_date”;b:1;s:9:”is_search”;b:1;s:12:”is_automatic”;b:0;}
It seems this record defines is_home, is_single, is_page, etcetera. My question:
Can anyone explain this records definitions, i.e., “a:8{s:7:” for the is_home field?Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Option Data in wp_options table’ is closed to new replies.