Definition:
function _get_widget_id_base($id) {}
Private
Parameters
- $id
Source code
function _get_widget_id_base($id) { return preg_replace( '/-[0-9]+$/', '', $id ); }
4329
February 12, 2011 by Thorsten
0 Comments
Definition:
function _get_widget_id_base($id) {}
function _get_widget_id_base($id) { return preg_replace( '/-[0-9]+$/', '', $id ); }
4329
No comments yet... Be the first to leave a reply!