Add_Ld_Integration

Class Add_Ld_Integration


Source Source

File: src/integrations/learndash/add-ld-integration.php

class Add_Ld_Integration {
	use Recipe\Integrations;
	/**
	 * Add_Ld_Integration constructor.
	 */
	public function __construct() {
		$this->setup();
	}
	/**
	 *
	 */
	protected function setup() {
		$this->set_integration( 'LD' );
		$this->set_name( 'LearnDash' );
		$this->set_icon( 'learndash-icon.svg' );
		$this->set_icon_path( __DIR__ . '/img/' );
		$this->set_plugin_file_path( 'sfwd-lms/sfwd_lms.php' );
	}
}

Methods Methods