Add_Wp_User_Manager_Integration::setup()
Source
File: src/integrations/wp-user-manager/add-wp-user-manager-integration.php
protected function setup() { $this->set_integration( 'WPUSERMANAGER' ); $this->set_name( 'WP User Manager' ); $this->set_icon( 'wp-user-manager-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'wp-user-manager/wp-user-manager.php' ); }
Expand full source code Collapse full source code View on Github