This was a feature that I implemented for a specific user who wanted to be able to create a dynamic list of applications and be able to filter them. The layout of that feature is specific to this user’s needs and does not really have any options outside of the few parameters that can be sent to the shortcode. This is why I never really documented this feature.
Here is a list of the parameters with their default values.
‘includetagsids’ => ”,
‘excludetagsids’ => ”,
‘showtagfilters’ => true,
‘taglabel’ => __( ‘Tag’, ‘link-library’ ),
‘showpricefilters’ => true,
‘pricelabel’ => __( ‘Price’, ‘link-library’ ),
‘alphabeticlabel’ => __( ‘Link Name’, ‘link-library’ ),
‘showalphabeticfilters’ => true,
‘showapplybutton’ => false,
‘settings’ => ”
Perfect, that helped a lot! Many thanks.