Код: Выделить всё
/Only show the meta box if there are fields to show. if ($this->get_postmeta_array($screen)) add_meta_box('su_postmeta', __('Show Settings', 'look-ultimate'), create_function('', 'global $look_ultimate; $look_ultimate->show_postmeta_box("'.$screen.'");'), $screen, 'normal', 'high');Заранее спасибо
не работает:
Код: Выделить всё
function('$screen') { return 'global $look_ultimate; $look_ultimate->show_postmeta_box("'.$screen.'");'), $screen, 'normal', 'high') } ;Подробнее здесь: https://stackoverflow.com/questions/787 ... -for-php-8