<?php /* Plugin Name: Yet Another Search Meddle Plugin URI: Version: 0.1 Author: Jeffrin Jose T and Public Domain Author URI: http://linkedin.com/in/jeffrinl Description: modifying the way search results are displayed */ function resultsperpage($limits) { /* resultsperpage – it is a custom created php function. */ if (is_search()) { /* is_search() – it is an inbuilt …