Skip to content

Commit

Permalink
FIX: remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
MjHead committed Sep 8, 2017
1 parent 84a48c6 commit a6c7088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions includes/shortcodes/class-wapu-core-shortcode-docs-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@ public function reset_docs_cache() {

$table = $wpdb->prefix . 'found_docs';

var_dump( $table );

$res = $wpdb->query( "TRUNCATE TABLE $table" );

var_dump( $res );

wp_die( 'Cache cleared!' );

}
Expand Down
4 changes: 2 additions & 2 deletions wapu-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Wapuu Core
* Plugin URI: http://www.cherryframework.com/plugins/
* Description: Core for jetimpex.com.
* Version: 1.1.6
* Version: 1.1.7
* Author: JetImpex
* Author URI: http://cherryframework.com/
* Text Domain: wapu-core
Expand Down Expand Up @@ -63,7 +63,7 @@ class Wapu_Core {
*
* @var string
*/
private $version = '1.1.5';
private $version = '1.1.7';

/**
* Core page trigger
Expand Down

0 comments on commit a6c7088

Please sign in to comment.