private function compute($input){
$compute = create_function('', 'return '.$input.';');
return 0 + $compute();
}
private function compute($input){
return 0 + eval('return '.$input.';');
}
? add_shortcode('calc', 'shortcode_calc');
function shortcode_calc($atts, $content = NULL){
if(!isset($content) || empty($content)) return;
class Field_calculate {
.......................
}
$Cal = new Field_calculate();
return $Cal->calculate($content);
}
$Cal = new Field_calculate();
<?php /* Template Name: Форма обратной связи */ ?>
hello
А как ответить на вопрос, если не известны детали?! Не припомню, чтобы здесь водились телепаты.