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 6d6afef commit ecea448Copy full SHA for ecea448
ajax-load-more-for-searchwp.php
@@ -35,7 +35,7 @@ class ALM_SearchWP {
35
* @since 1.0
36
*/
37
public function __construct() {
38
- add_filter( 'alm_searchwp', [ &$this, 'alm_searchwp_get_posts' ], 10, 2 );
+ add_filter( 'alm_searchwp', [ $this, 'alm_searchwp_get_posts' ], 10, 2 );
39
}
40
41
/**
0 commit comments