PUM_Integration_Builder_KingComposer


Description Description


Source Source

File: classes/Integration/Builder/KingComposer.php

class PUM_Integration_Builder_KingComposer extends PUM_Abstract_Integration {

	/**
	 * @var string
	 */
	public $key = 'kingcomposer';

	/**
	 * @var string
	 */
	public $type = 'builder';

	/**
	 * @return string
	 */
	public function label() {
		return 'King Composer';
	}

	/**
	 * @return bool
	 */
	public function enabled() {
		return class_exists( 'KingComposer' ) || defined( 'KC_VERSION' );
	}

}


Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.