Skip to content

WordPressUtilities/wpu_pll_utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPU Pll Utilities

PHP workflow JS workflow

Utilities for Polylang

Help

Scan a folder for translations

add_filter('wpupllutilities__folders_to_scan','example_wpupllutilities__folders_to_scan',10,1);
function example_wpupllutilities__folders_to_scan($folders){
    $folders[] = ABSPATH . '/wp-content/themes/mytheme';
    return $folders;
}

About

  • Big thanks to theme-translation-for-polylang.

Roadmap

  • Add optional auto-redirection to same page in correct language.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published