Deprecated

This method has been deprecated.

AnsPress_Rewrite::bp_com_paged( array $args )

Description #

BuddyPress pagination fix.

Parameters #

  • $args
    array (Required) Arguments.

Changelog #

VersionDescription
4.4.0Introduced.

Source #

File: includes/rewrite.php

	public static function bp_com_paged( $args ) {
		_deprecated_function( __METHOD__, '4.4.0', 'AnsPress_Rewrite::pagination_fix()' );
		return self::pagination_fix( $args );
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment