PUM_Integration_Builder_VisualComposer


Description Description


Source Source

File: classes/Integration/Builder/VisualComposer.php

class PUM_Integration_Builder_VisualComposer extends PUM_Abstract_Integration {

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

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

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

	/**
	 * @return bool
	 */
	public function enabled() {
		return defined( 'WPB_VC_VERSION' ) || defined( 'FL_BUILDER_VERSION' );
	}

}


Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

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