Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature filters for translation prevention #1350

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2023

  1. Add pll_allow_register_string filter

    Add pll_allow_register_string filter to PLL_Admin_Strings::register_string() to enable conditional prevention of string registration
    koskinenaa committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a3a5867 View commit details
    Browse the repository at this point in the history
  2. add pll_allow_register_or_translate_option filter

    Add pll_allow_register_or_translate_option filter to PLL_WPML_Config::register_or_translate_option() to enable conditional prevention of option translation
    koskinenaa committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    45fbbdb View commit details
    Browse the repository at this point in the history
  3. add pll_allow_translate_option filter

    Add pll_allow_translate_option filter to PLL_Translate_Option::__construct() to enable conditional prevention of option translation
    koskinenaa committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    001878e View commit details
    Browse the repository at this point in the history