- | Searching |
+ |
@@ -236,22 +236,22 @@ function wp_jdt_settings_page(){
- "example",
'info' => "$wp_jdt_info",
@@ -275,37 +275,45 @@ function wp_jdt_shortcode( $atts, $content = "" ) {
'searching' => "$wp_jdt_searching",
), $atts, 'wp_jdt' );
- $wp_jdt_script = "";
+ $wp_jdt_script = "";
$wp_jdt_script .= "";
-
+
// css and js
wp_enqueue_style( 'jdt-style-data-tables' );
wp_enqueue_script( 'jdt-js-datatables' );
-
+
return $wp_jdt_script;
}
@@ -319,5 +327,5 @@ function wp_jdt_uninstall() {
delete_option('wp_jdt_ordering');
delete_option('wp_jdt_order_row');
delete_option('wp_jdt_order_row_sort');
- delete_option('wp_jdt_searching');
-}
\ No newline at end of file
+ delete_option('wp_jdt_searching');
+}
|