A5hleyRich / delightful-downloads

A super-awesome downloads manager for WordPress.
https://delightfuldownloads.com
26 stars 27 forks source link

Init hook priorities #151

Closed A5hleyRich closed 8 years ago

A5hleyRich commented 8 years ago
add_action( 'init', 'dedo_download_taxonomies' );
add_action( 'init', 'dedo_download_process', 0 );

Taxonomies needs a higher priority:

add_action( 'init', 'dedo_download_taxonomies', 3 );
add_action( 'init', 'dedo_download_process', 4 );
A5hleyRich commented 8 years ago

Resolved in d9fcbb71eb9ef8cd4acc0e281e2c4fb8e33f831a