Forums
(@gearx)
11 years, 8 months ago
Easy solution: // Define the plugin version. DEFINE( ‘OSINTVER’, ‘1.5’ );
// Define the name of the WordPress option to use. DEFINE( ‘ISINTOPTIONNAME’, ‘osintegration_options’ );
The variables must be quoted or else you’ll get that notice.