Description
Return the URL for the image directory used by jQuery ratyNote: the lib folder sits in the directory below this file.
Usage
$string = oikr8_icon_path();Parameters
Returns
string the URL for the image directorySource
File name: oik-rating/includes/oik-rating.incLines:
1 to 6 of 6
function oikr8_icon_path() { $icon_path = plugin_dir_url( __FILE__ ) ; $icon_path .= "lib/img"; //bw_trace2( $icon_path ); return( $icon_path ); }
Called by
1 to 1 of 1
Invoked by
Calls
Call hooks
API Letters:
