Filter the post meta actions and order.
A do_action( “beans_postmeta{$array_key}” ) is called for each array key set. Array values are used to set the priority of each actions. The array ordered using asort();
apply_filters( 'beans_post_meta_items', array $fragments )
Return: (void)
Parameters
Name | Type | Description |
---|---|---|
$fragments | array | An array of fragment files. |