rep__get_breadcrumb_url_params( $url, $post_id = null )

The rep__get_breadcrumb_url_params() function is used to retrieve the agency experience parameters to attached on post permalinks

Namespace

Launchpad

Return

array

URL parameters

Source

File: \includes\rep-deprecated-functions.php

function rep__get_breadcrumb_url_params( $url, $post_id = null ){

    lp__error_log( sprintf( LP__DEPRECATED_NOTICE_MSG, "rep__get_breadcrumb_url_params", "function"). " Use rep__agency_exp_url_params() instead." );

    return rep__agency_exp_url_params( $url, $post_id );
    
}