You can do this with View's pre_render hook, eg, something along the lines of this: function YOURMODULE_views_pre_render(&$view) { if ...
確定! 回上一頁