File "actions.js"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/packages/search/src/store/actions.js
File size: 209 bytes
MIME-type: text/plain
Charset: utf-8

export function registerProvider( slug, title, priority, callback ) {
	return {
		type: REGISTER_PROVIDER,
		slug,
		title,
		priority,
		callback,
	};
}

export const REGISTER_PROVIDER = 'REGISTER_PROVIDER';