<?php
	define( 'WP_WF__SLUG', 'rw_workflow' );

	/**
	 * Directories
	 */
	define( 'WP_WF__DIR', dirname( __FILE__ ) );
	define( 'WP_WF__DIR_INCLUDES', WP_WF__DIR . '/includes' );
	define( 'WP_WF__DIR_TEMPLATES', WP_WF__DIR . '/templates' );
	define( 'WP_WF__DIR_ASSETS', WP_WF__DIR . '/assets' );
	define( 'WP_WF__DIR_CSS', WP_WF__DIR_ASSETS . '/css' );
	define( 'WP_WF__DIR_JS', WP_WF__DIR_ASSETS . '/js' );