PATH:
home
/
letacommog
/
ldqm1
/
wp-content
/
plugins
/
facetwp
/
includes
<?php // DO NOT MODIFY THIS FILE! // Use your theme's functions.php instead /** * An alternate to using do_shortcode() * @since 1.7.5 */ function facetwp_display() { $args = func_get_args(); $atts = isset( $args[1] ) ? [ $args[0] => $args[1] ] : [ $args[0] => true ]; return FWP()->display->shortcode( $atts ); } /** * Allow for translation of dynamic strings * @since 2.1 */ function facetwp_i18n( $string ) { return apply_filters( 'facetwp_i18n', $string ); } /** * Support SQL modifications * @since 2.7 */ function facetwp_sql( $sql, $facet ) { global $wpdb; $sql = apply_filters( 'facetwp_wpdb_sql', $sql, $facet ); return apply_filters( 'facetwp_wpdb_get_col', $wpdb->get_col( $sql ), $sql, $facet ); }
[+]
..
[+]
integrations
[-] class-indexer.php
[edit]
[-] class-ajax.php
[edit]
[-] functions.php
[edit]
[-] class-settings-admin.php
[edit]
[-] class-builder.php
[edit]
[-] class-display.php
[edit]
[+]
api
[-] class-request.php
[edit]
[-] class-upgrade.php
[edit]
[-] class-init.php
[edit]
[-] class-updater.php
[edit]
[-] class-overrides.php
[edit]
[-] class-renderer.php
[edit]
[-] class-diff.php
[edit]
[+]
facets
[-] class-helper.php
[edit]