Skip to content

Commit 9bbafa5

Browse files
chore: phpcs
1 parent 20ccfbb commit 9bbafa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inc/compatibilities/jetengine.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ public function should_load() {
2525
*/
2626
public function register() {
2727
Optml_Url_Replacer::instance()->init();
28-
add_filter(
28+
add_filter(
2929
'jet-engine/ajax/listing_load_more/response',
30-
function ( $response) {
30+
function ( $response ) {
3131
if ( isset( $response['html'] ) && ! empty( $response['html'] ) ) {
3232
$response['html'] = Optml_Main::instance()->manager->replace_content( $response['html'], true );
3333
}
34-
34+
3535
return $response;
3636
},
3737
10,

0 commit comments

Comments
 (0)