Warning: This method has been deprecated. Deprecated with no replacement. LLMS_Integration_Buddypress::remove_paginate_links_filter() instead.

LLMS_Integration_Buddypress::remove_courses_paginate_links_filter()

Remove specific paginate links filter after the template has been rendered.


Return Return

(void)


Top ↑

Source Source

File: includes/integrations/class.llms.integration.buddypress.php

	public function remove_courses_paginate_links_filter() {

		llms_deprecated_function( 'LLMS_Integration_Buddypress::remove_courses_paginate_links_filter()', '6.3.0' );

		remove_filter( 'paginate_links', array( $this, 'modify_courses_paginate_links' ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
6.3.0 Deprecated with no replacement. LLMS_Integration_Buddypress::remove_paginate_links_filter().
3.37.17 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.