bbp_pretty_urls

bbp_pretty_urls

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_pretty_urls') is found 1 times:

  • /includes/core/abstraction.php line 236
    		$retval = $rewrite->using_permalinks();
    	}
    
    	// Filter & return
    	return apply_filters( 'bbp_pretty_urls', $retval );
    }
    
    /**
     * Remove the first-page from a pagination links result set, ensuring that it
     * points to the canonical first page URL.
     *