Skip to:
Content

  • Home
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / Add_Wp_User_Manager_Integration / Add_Wp_User_Manager_Integration::setup()

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


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service