WP Multilang now works with Oxygen Builder
-
I would like to thanks Shea Bunge, author of the great “Code Snippets” plugin, for his help and willingness on finding the necessary code to make “WP Multilang” fully work with “Oxygen”.
Here’s the magick snippet:add_filter( 'wpm_json_files', function ( $config_files ) { $config_files[] = ABSPATH . 'wpm-config.json'; return $config_files; } );
Your custom json file: “wpm-config.json” must placed inside your root wordpress install.
Thanks again Shea !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WP Multilang now works with Oxygen Builder’ is closed to new replies.