wp_link_query_args

wp_link_query_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_link_query_args') is found 1 times:

  • /wp-includes/class-wp-editor.php line 1813
    1809
    1810
    1811
    1812
    1813
    1814
    1815
    1816
    1817
    1818
    1819
    * @since 3.7.0
     *
     * @param array $query An array of WP_Query arguments.
     */
    $query = apply_filters( 'wp_link_query_args', $query );
     
    // Do main query.
    $get_posts = new WP_Query();
    $posts     = $get_posts->query( $query );
     
    // Build results.

See this hook used in plugins: