At the top of the file, change this:
load_plugin_textdomain( 'registered-users-only', '/wp-content/plugins/registered-users-only' );
to this:
load_plugin_textdomain( 'registered-users-only', false, dirname( plugin_basename( __FILE__ ) ) );
At the top of the file, change this:
load_plugin_textdomain( 'registered-users-only', '/wp-content/plugins/registered-users-only' );
to this:
load_plugin_textdomain( 'registered-users-only', false, dirname( plugin_basename( __FILE__ ) ) );
This topic has been closed to new replies.