• Not sure when this happened but now the Dashboard is littered with affiliates with this installed.

    Current version installed: 1.0.9
    Date noticed: 2020/08/04

    // Add plugin meta links
    function WPTime_preloader_plugin_row_meta( $links, $file ) {
    
    	if ( strpos( $file, 'preloader.php' ) !== true ) {
    		
    		$new_links = array(
    						'<a href="https://wp-plugins.in/the-preloader" target="_blank">Explanation of Use</a>',
    						'<a href="https://www.elegantthemes.com/affiliates/idevaffiliate.php?id=24967&tid1=preloader_plugin_m&url=35248" target="_blank">Elegant Themes</a>',
    						'<a href="https://www.bluehost.com/track/wptime/preloader-plugin-m" target="_blank">Bluehost</a>',
    						'<a href="https://wp-plugins.in" target="_blank">More Plugins</a>'
    					);
    		
    		$links = array_merge( $links, $new_links );
    		
    	}
    	
    	return $links;
    	
    }
    add_filter( 'plugin_row_meta', 'WPTime_preloader_plugin_row_meta', 10, 2 );
  • The topic ‘Spams Dashboard with Affiliate Links’ is closed to new replies.