• Resolved Jonatha Ferreira

    (@jonathaferreira)


    Olá pessoal tudo bem?
    Vocês poderia me dizer como posso usar esse filtro? Estou tentando usar ele mas n?o ta funcionando, segue o print do filter que estou tentando utilizar.

    https://prnt.sc/12bj2o0

    Veja o código que criei para testar

    function installments_list_func($options)
    {

    print_r($options);
    die();
    return $options;

    }
    add_filter(‘installments_list’, ‘installments_list_func’, 10, 1 );`

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Usar filter para modificar o plugin’ is closed to new replies.