2017-08-03 39 views

回答

0

我的代码中缺少负责显示设置的管理选项功能。

`function admin_options() { 
?> 
<h2><?php _e('Settings Tab','woocommerce'); ?></h2> 
<table class="form-table"> 
<?php $this->generate_settings_html(); ?> 
</table> <?php 
}`