Filter for POSTs Array
-
Please add filters to posts array at \wp-social-media-slider\public\views\wpsms-lazy-loader.php on line 112 & 118.
Line 112 will becomes,
$wpsms_posts= apply_filters( ‘wpsms_posts’, $this->preload_posts( $atts ));Add new line at 118 ,
$wpsms_posts= apply_filters( ‘wpsms_posts_before_js’,$wpsms_posts);
For the sack of randomize i want to shuffle the array $wpsms_posts[‘posts] for which i need to alter the core code
- The topic ‘Filter for POSTs Array’ is closed to new replies.