WP_Widget_Factory::__construct() In this article Table of ContentsSource Related Changelog ↑ Back to top PHP5 constructor. Source public function __construct() { add_action( 'widgets_init', array( $this, '_register_widgets' ), 100 ); } View all references View on Trac View on GitHub Related UsesDescriptionadd_action()wp-includes/plugin.phpAdds a callback function to an action hook. Used byDescriptionWP_Widget_Factory::WP_Widget_Factory()wp-includes/class-wp-widget-factory.phpPHP4 constructor. Changelog VersionDescription4.3.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.