Text Domain Warning
-
With new version of WordPress you get the error
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available.
Which can be fixed by changing
load_plugin_textdomain( 'registered-users-only', '/wp-content/plugins/registered-users-only' );
toload_plugin_textdomain( 'registered-users-only', false, trailingslashit( plugin_basename( __FILE__ ) ) );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Text Domain Warning’ is closed to new replies.