SearchWP

This Documentation is for SearchWP Version 3

Available since: 2.7.1

searchwp_stats_after_count

View Parameters »

This action fires after each count is output when building a stats table.

<?php
add_action( 'searchwp_stats_after_count', function() {
echo 'After search count';
}, 10, 2 );
view raw functions.php hosted with ❤ by GitHub

Parameters

Parameter Type Description
$query String

The search query

$args Array

The arguments associated with the query, namely the engine used