woof_print_html_type_{type}
由扩展用于在前台显示自身
在扩展的 init 中只需编写以下代码:
add_action('woof_print_html_type_' . $this->html_type, array($this, 'print_html_type'), 10, 1);
查看代码 by_author 例如
由扩展用于在前台显示自身
在扩展的 init 中只需编写以下代码:
add_action('woof_print_html_type_' . $this->html_type, array($this, 'print_html_type'), 10, 1);
查看代码 by_author 例如