• Resolved brain8torm

    (@brain8torm)


    Here is a working version of the function

    function flex_posts_load_textdomain() {
    	load_plugin_textdomain(
    		'flex-posts',
    		false,
    		dirname( plugin_basename( __FILE__ ) ) . '/languages/'
    	);
    }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Translations are not loaded’ is closed to new replies.