diff --git a/admin/action-hook.php b/admin/action-hook.php index ca013df4..194120e7 100644 --- a/admin/action-hook.php +++ b/admin/action-hook.php @@ -318,6 +318,15 @@ function wpt_configure_basic_part( $settings,$current_config_value,$field_name ) + + + + + + diff --git a/assets/js/custom.js b/assets/js/custom.js index e1578420..264e7244 100644 --- a/assets/js/custom.js +++ b/assets/js/custom.js @@ -1471,6 +1471,12 @@ * @returns {undefined} */ function generate_url_by_search_query( table_id = 0, extra = '' ){ + config_json = getConfig_json( table_id ); //Added vat v2.9.3.0 + + if(config_json.query_by_url !== '1'){ + return; + } + var key,value; var link = window.location.origin + window.location.pathname + "?table_ID=" + table_id + "&"; $('.query_box_direct_value').each(function(){