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( '' );
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.