mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed the conflict with Disable Blog plugin (made download_routing callback more prior);
This commit is contained in:
@@ -39,7 +39,7 @@ if ( ! class_exists( 'um\core\Files' ) ) {
|
||||
|
||||
$this->setup_paths();
|
||||
|
||||
add_action( 'template_redirect', array( &$this, 'download_routing' ) );
|
||||
add_action( 'template_redirect', array( &$this, 'download_routing' ), 1 );
|
||||
|
||||
$this->fonticon = array(
|
||||
'pdf' => array('icon' => 'um-faicon-file-pdf-o', 'color' => '#D24D4D' ),
|
||||
|
||||
Reference in New Issue
Block a user