예제 #1
0
/**
 * wpsc_update_permalinks update the product pages permalinks when WordPress permalinks are changed
 *
 * @public
 *
 * @deprecated Use _wpsc_action_permalink_structure_changed() instead.
 * @3.8
 * @returns nothing
 */
function wpsc_update_permalinks($return = '')
{
    _wpsc_deprecated_function(__FUNCTION__, '3.8.9', '_wpsc_action_permalink_structure_changed');
    _wpsc_action_permalink_structure_changed();
}
예제 #2
0
/**
 * wpsc_update_permalinks update the product pages permalinks when WordPress permalinks are changed
 *
 * @public
 *
 * @deprecated Use _wpsc_action_permalink_structure_changed() instead.
 * @3.8
 * @returns nothing
 */
function wpsc_update_permalinks($return = '')
{
    _wpsc_action_permalink_structure_changed();
}