bsf_convert_core_path_to_relative( $path )
Depracate bsf_convert_core_path_to_relative() to in favour of bsf_core_url()
Description
Parameters
- $path
-
(Required) $path deprecated.
Return
(String) URL of bsf-core directory.
Source
File: admin/bsf-core/includes/helpers.php
function bsf_convert_core_path_to_relative( $path ) { _deprecated_function( __FUNCTION__, '1.22.46', 'bsf_core_url' ); return bsf_core_url( '' ); }
Expand full source code Collapse full source code View on Trac