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__ ) ) );
You must log in to post.