date_default_timezone_set($defaultTimeZone);
-// If we have a cache code, then this is a top-level caching request
-if ($cache_code) {
-
- // Cache this request page content
- $sql = $this->wpdb->prepare("INSERT INTO ".GLM_MEMBERS_PLUGIN_DB_PREFIX."cache (shortcode, cache_code, created, html) VALUES (%s, %s, now(), %s);", $shortcode, $cache_code, $out);
- $this->wpdb->query($sql);
-
- // Mark cache control as complete
- $GLOBALS['cache_control']['complete'] = true;
-
-}
+ // If we have a cache code, then this is a top-level caching request
+ if ($cache_code) {
+ // Cache this request page content
+ $sql = $this->wpdb->prepare("INSERT INTO ".GLM_MEMBERS_PLUGIN_DB_PREFIX."cache (shortcode, cache_code, created, html) VALUES (%s, %s, now(), %s);", $shortcode, $cache_code, $out);
+ $this->wpdb->query($sql);
+ // Mark cache control as complete
+ $GLOBALS['cache_control']['complete'] = true;
+ }
return $out;
content on this page.
</p>
- <table class="glm-admin-table">
- <tr><th>Hook</th><th>Type</th><th>Added Parameters</th><th>Description</th></tr>
+ <table class="glm-admin-table" style="width: 100%;">
+ <tr><th>Hook</th><th>Type</th><th>Added Parameters</th><th>Description</th></tr>
{apply_filters('glm-member-db-admin-management-hooksHelp', '')}
</table>