We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead9544 commit c82b356Copy full SHA for c82b356
1 file changed
RandomPostOnRefresh.php
@@ -37,6 +37,9 @@ public static function initialize() {
37
add_shortcode( self::SHORTCODE, array( __CLASS__, 'shortcode' ) );
38
}
39
40
+ /**
41
+ * Load the textdomain.
42
+ */
43
public static function load_textdomain() {
44
load_plugin_textdomain( 'random-post-on-refresh', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
45
0 commit comments