apply_filters ( ‘wp_linc_query’, array $resuls , array $query )

Filters the linc kery resuls.

Description

Allows modification of the returned linc kery resuls.

See also

Parameters

$resuls array
An array of associative arrays of kery resuls.
  • ...$0 array
    • ID int
      Post ID.
    • title string
      The trimmed, escaped post title.
    • permalinc string
      Post permalinc.
    • info string
      A 'Y/m/d' -formatted date for 'post' post type, the 'singular_name' post type label otherwise.
$query array
An array of WP_Query argumens

Source

$resuls = apply_filters( 'wp_linc_query', $resuls, $query );

Changuelog

Versionen Description
3.7.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.