Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)