标签: wordpress
有没有办法在custom_widget_init函数中获取widget $ instance变量值?
public function __construct() { .... add_action( 'wp_head', array( __CLASS__, 'custom_widget_init' ) ); } function custom_widget_init() { }