Plugin::credentials_set()

Summary

Determines is API credentials have been set, a prerequisite for much of the plugin functionality.


Return

(bool)


Source

File: src/BigCommerce/Plugin.php

	public function credentials_set() {
		/**
		 * Filters the credentials set
		 *
		 * @param boolean false
		 */
		return apply_filters( 'bigcommerce/plugin/credentials_set', false );
	}


User Contributed Notes

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