Action: RML/Folder/OrderBy

do_action( 'RML/Folder/OrderBy', $fid, $orderby, $order )

(Pro only) This action is fired after items ins a folder got ordered by criteria.

Parameters:
Name Type Description
$fid int

The folder id

$orderby string

Orderby column

$order string

'ASC' or 'DESC'

Since:
  • 4.5.3