We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ccfbb commit 9bbafa5Copy full SHA for 9bbafa5
inc/compatibilities/jetengine.php
@@ -25,13 +25,13 @@ public function should_load() {
25
*/
26
public function register() {
27
Optml_Url_Replacer::instance()->init();
28
- add_filter(
+ add_filter(
29
'jet-engine/ajax/listing_load_more/response',
30
- function ( $response) {
+ function ( $response ) {
31
if ( isset( $response['html'] ) && ! empty( $response['html'] ) ) {
32
$response['html'] = Optml_Main::instance()->manager->replace_content( $response['html'], true );
33
}
34
-
+
35
return $response;
36
},
37
10,
0 commit comments