16 lines
		
	
	
		
			383 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			383 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  | ----------------------------------------------------------------
 | |
|  | Base Definitions
 | |
|  | ----------------------------------------------------------------
 | |
|  |
 | |
|  | This is meant to be a place to put various defined variables
 | |
|  | that will be used throughout the plugin.
 | |
|  |
 | |
|  */
 | |
| 
 | |
| if ( ! defined( 'NMSP_PLUGIN_NONCE' ) ) {
 | |
| 	define( 'NMSP_PLUGIN_NONCE', 'nmsp-plugin-nonce' );
 | |
| }
 |