Plugin Bug
-
Hello, I had problems with siteorigin and your plugin. After examining the code, I found that due to add_action(‘init’, array($this, ‘_delayedInit’), 5); the plugin does not display widgets, and even if you remove it, in class dbCfs –
static public function get($query, $get = ‘all’, $outputType = ARRAY_A) {
return false;
//global $wpdb;
// $get = strtolower($get);
// $res = NULL;
// $query = self::prepareQuery($query);
//error_log(‘QUERY: ’. $query);
}
and this, in turn, will not return lists of forms as widgets. Please tell me why such decisions were made, as a result of which the plugin does not work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.