using get_option() many times and not being shown in profiler
-
Not sure if its an issue with the plugin, my plugin or wordpress itself. My plugin calls to the get_option() for each of a dynamic number of options. Not only do i know for certain it is retrieving the info and returning as the content is being loaded but i also debugged with var_dump();
Yet none of these queries are shown in the profiler. Im not sure if they are being called before or after the profiler starts/stops or what.
I did set checkpoints and those seem to show up for each query but the queryies themselves even to other options for my plugin dont show up.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘using get_option() many times and not being shown in profiler’ is closed to new replies.