SearchWP Documentation

Consulta la guía de instalación, explora la base de conocimiento, descubre los numerosos hooks de SearchWP

Integración EDD

Esta extensión requiere una licencia Pro

Current version: 1.1.0

Easy Digital Downloads is a fantastic plugin that makes selling digital products super easy. EDD comes with a number of features but one in particular requires a bridge for SearchWP. EDD has a [downloads] Shortcode that can be used to output your Downloads, and some themes/plugins have implemented their own search feature. EDD Integration allows you to couple with that functionality and use SearchWP to provide the results.

Available hooks

searchwp_edd_engine Set which SearchWP engine to use for the [downloads] Shortcode (default is default)

<?php
function my_searchwp_edd_engine( $engine, $query, $atts ) {
return 'default'; // the name of the engine you want to use for the [downloads] Shortcode
}
add_filter( 'searchwp_edd_engine', 'my_searchwp_edd_engine', 10, 3 );

Registro de Cambios

1.0

  • Lanzamiento inicial

Cree hoy mismo una mejor experiencia de búsqueda en WordPress

No vuelva a perder visitantes por resultados de búsqueda inútiles. SearchWP facilita la creación de su propia búsqueda inteligente en WordPress.

Get SearchWP Now
Icono de múltiples motores de búsqueda