Main Menu
Sub Menu

wpdm_after_fetch_template

Description


The "wpdm_after_fetch_template" filter is used to filter the link/page template of the package after it is compiled and before it is printed to the screen.

Parameters


Two arguments are passed to this filter.

Usage


To change template data.
<?php add_filter('wpdm_after_fetch_template','my_fetched_template',10,2); ?>

Examples

<?php
add_filter('wpdm_after_fetch_template','my_fetched_template',10,2);
function my_fetched_template($template, $vars){
//your code here
// ....
return $template;
}
?>

 

Related


Last updated on Jun 18, 2016

Need More Clarification?

For any technical issue, if you are already using pro version please post in pro forum and free version users please post in free forum. Otherwise, if you have any pre-sale or order related query please contact live chat support team. For technical support.

Need Customization?

If you need additional customization on WordPress Download Manager or any type of custom support on WordPress you may contact our customization service.