Browse
For agents
About
Code Engine – PHP Snippets, AI Functions & Automation for WordPress
/
0.4.2
Code Engine – PHP Snippets, AI Functions & Automation for WordPress
v0.4.2
Switch version
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.9
0.4.8
0.4.7
0.4.6
trunk
0.0.1
0.0.2
0.2.8
0.2.9
0.3.0
0.3.1
0.3.2
0.3.3
0.3.4
0.3.5
0.3.6
0.3.7
All 33 releases
Overview
Code
← All changes
|
classes/modules/snippet.php
+4
-0
0.4.1
→
0.4.2
View file →
@@ -880,8 +880,12 @@
880
880
}
881
881
882
882
function check_db( )
883
883
{
884
+
if ( $this->db_check ) {
885
+
return true;
886
+
}
887
+
884
888
if ( $this->does_table_exist( $this->table_name ) ) {
885
889
$this->check_columns( );
886
890
$this->db_check = true;
887
891
} else {