Advertisement
designbymerovingi

Sell Content 1.7 Fix

Aug 13th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function mycred_pro_sell_content_oneseven_fix( $modules ) {
  2.  
  3. if ( array_key_exists( 'solo', $modules ) && array_key_exists( 'content', $modules['solo'] ) ) {
  4.  
  5. global $mycred_sell_content;
  6. $mycred_sell_content = $modules['solo']['content'];
  7.  
  8. }
  9.  
  10. return $modules;
  11.  
  12. }
  13. add_filter( 'mycred_load_modules', 'mycred_pro_sell_content_oneseven_fix', 95 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement