found_networks_query

found_networks_query

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('found_networks_query') is found 1 times:

  • /wp-includes/class-wp-network-query.php line 522
    			 *
    			 * @param string           $found_networks_query SQL query. Default 'SELECT FOUND_ROWS()'.
    			 * @param WP_Network_Query $network_query        The `WP_Network_Query` instance.
    			 */
    			$found_networks_query = apply_filters( 'found_networks_query', 'SELECT FOUND_ROWS()', $this );
    
    			$this->found_networks = (int) $wpdb->get_var( $found_networks_query );
    		}
    	}
    
    	/**