wp_link_query

wp_link_query

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') is found 1 times:

  • /wp-includes/class-wp-editor.php line 1858
    1854
    1855
    1856
    1857
    1858
    1859
    1860
    1861
    1862
    1863
    1864
         *     }
         * }
         * @param array $query  An array of WP_Query arguments.
         */
        $results = apply_filters( 'wp_link_query', $results, $query );
     
        return ! empty( $results ) ? $results : false;
    }
     
    /**
     * Dialog for internal linking.

See this hook used in plugins: