• Resolved sroskylos

    (@sroskylo1)


    Hello,

    Suddenly after the last update the output is stuck at the loading animation. I use the bellow function.

    <?php
                        if ( function_exists('wpp_get_mostpopular') ) {
                            /* Get up to the top 5 commented posts from the last 30 days */
                            wpp_get_mostpopular(array(
                                'limit' => 10,
                                'post_type' => 'product',
                                'views' => '0',
                                'range' => 'last30days',
                                'order_by' => 'views'
                            ));
                        }?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘stuck at the loading animation’ is closed to new replies.