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

LLMS_Integration_Buddypress::modify_courses_paginate_links( string $link )

Modify the pagination links displayed on the courses endpoint in the bp member profile.


Parameters Parameters

$link

(string) (Required) Default link.


Top ↑

Return Return

(string)


Top ↑

Source Source

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

	public function modify_courses_paginate_links( $link ) {

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

		$this->current_endpoint_key;
		return $this->modify_paginate_links( $link );

	}


Top ↑

Changelog Changelog

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

Top ↑

User Contributed Notes User Contributed Notes

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