Docs / Filter Reference / wpdm_all_packages_tags

wpdm_all_packages_tags

Description


The wpdm_all_packages_tags filter is used to customize or extend the tags data returned for all packages.

Parameters


One parameter is passed to this hook.

Usage


 

<?php add_filter('wpdm_all_packages_tags', 'my_all_packages_tags', 10, 1); ?>

Examples



<?php
add_filter('wpdm_all_packages_tags', 'my_all_packages_tags', 10, 1);

function my_all_packages_tags($data) { 
    $data[] = 'custom-tag';
    return $data;
}

?>
Last updated on January 26, 2026

Need Help?

Get support from our team or community forum.

Visit Support

Customization

Need custom features? We can help.

Request Quote