• Resolved franfellipe2

    (@franfellipe2)


    Dependendo da categoria que eu escolho para mostrar no slide, aparece essa mensagem:

    Notice: undefined variable: content in c:\wamp64\www\wp-exercicios\wp-content\plugins\wp-responsive-recent-post-slider\includes\wppsac-function.php on line 131

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello

    Thanks for reaching here.

    We will update the plugin soon, Meanswhile please go to wp-responsive-recent-post-slider/includes/wppsac-function.php line 122 find the wprps_limit_words function and replace with the following function.

    
    function wprps_limit_words($string, $word_limit, $more="")
    {
        $string = wp_trim_words( $string, $word_limit, $more );
        return $string;
    }

    Thanks

    • This reply was modified 7 years, 4 months ago by anoopranawat.

    Hello @franfellipe2

    We have resolved the issue please update the plugin Version: 2.0.2

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Erro: Undifined variable: content’ is closed to new replies.