Hi @brandingaddicted!
Copy & paste this code to “unlist-posts.php”,
this row under “define( ‘UNLIST_POSTS_VER’, ‘1.1.5’ );”:
function plugin_load_textdomain() {
load_plugin_textdomain( 'unlist-posts', false, basename( dirname( __FILE__ ) ) . '/languages/' );
}
add_action( 'init', 'plugin_load_textdomain' );
God luck!
Halas