Skip to content

Commit ecea448

Browse files
committed
Updated readme
1 parent 6d6afef commit ecea448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax-load-more-for-searchwp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ALM_SearchWP {
3535
* @since 1.0
3636
*/
3737
public function __construct() {
38-
add_filter( 'alm_searchwp', [ &$this, 'alm_searchwp_get_posts' ], 10, 2 );
38+
add_filter( 'alm_searchwp', [ $this, 'alm_searchwp_get_posts' ], 10, 2 );
3939
}
4040

4141
/**

0 commit comments

Comments
 (0)