在自定义函数中获取Widget实例

时间:2014-12-18 07:01:20

标签: wordpress

有没有办法在custom_widget_init函数中获取widget $ instance变量值?

public function __construct() {
  ....
  add_action( 'wp_head', array( __CLASS__, 'custom_widget_init' ) );           
}

function custom_widget_init() {   

}

0 个答案:

没有答案