WPDKViewController::_admin_head PHP Method

_admin_head() public method

It is used by WPDKMenu for example, as 'admin_head-' action. Internal view controller use this method to auto-load components. See for example WPDKPreferencesViewController
Since: 1.4.21
public _admin_head ( )
    public function _admin_head()
    {
        // To override by WPDK class
    }